Skip to content

Fix a bug with replacing $USERNAME in the branch name. #109

Fix a bug with replacing $USERNAME in the branch name.

Fix a bug with replacing $USERNAME in the branch name. #109

Workflow file for this run

name: Lint and check
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1