File tree Expand file tree Collapse file tree 4 files changed +5
-17
lines changed
Expand file tree Collapse file tree 4 files changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,11 @@ jobs:
3939 if : ${{ matrix.action == 'type' }}
4040
4141 - name : Check formatting with ruff
42- run : uv run ruff format --check .
42+ run : uv run ruff format --check
4343 if : ${{ matrix.action == 'format' }}
4444
4545 - name : Lint with ruff
46- run : |
47- run: uv run ruff check .
46+ run : uv run ruff check
4847 if : ${{ matrix.action == 'lint' }}
4948
5049 test :
Original file line number Diff line number Diff line change 2121 uses : CQCL/hugrverse-actions/.github/workflows/pr-title.yml@main
2222 secrets :
2323 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
24-
25- comment-on-pr :
26- runs-on : ubuntu-24.04
27- steps :
28- - name : Comment on Pull Request
29- uses : thollander/actions-comment-pull-request@v3
30- with :
31- comment-tag : hello
32- message : |
33- Hello and thank you for making a PR to qnexus! :wave:
34- A maintainer will review and run integration tests if required.
Original file line number Diff line number Diff line change 1919
2020 uv run ruff check --select I --fix
2121 uv run ruff format
22- uv run mypy qnexus/ tests/ integration/ --namespace-packages
22+ uv run mypy qnexus/ tests/ integration/
2323 '' ;
2424
2525 enterShell = ''
You can’t perform that action at this time.
0 commit comments