Skip to content

Commit 1ed11d9

Browse files
committed
chore: fix workflows
1 parent 3e3d1a8 commit 1ed11d9

File tree

4 files changed

+5
-17
lines changed

4 files changed

+5
-17
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/pr-title.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,3 @@ jobs:
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.

devenv.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ in
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 = ''

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)