Skip to content

Commit 89e85e1

Browse files
committed
Use --check linter option in CI
1 parent 2a35012 commit 89e85e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge_queue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: dist
3838
path: dist
3939
- run: uv lock --check
40-
- run: uv run --only-group scripting nox -t lint
40+
- run: uv run --only-group scripting nox -t lint -- --check
4141
Test:
4242
runs-on: ubuntu-latest
4343
needs: Package

0 commit comments

Comments
 (0)