ci: fix nox lint tag vs session
This commit is contained in:
parent
47b91e4ee4
commit
f5f0b3eb28
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -91,7 +91,7 @@ jobs:
|
|||
key: ${{ runner.os }}-argus-${{ hashFiles('**/Cargo.toml', 'noxfile.py') }}
|
||||
restore-keys: ${{ runner.os }}-argus-
|
||||
- name: Run lints
|
||||
run: nox -s lint
|
||||
run: nox -t lint
|
||||
|
||||
docs:
|
||||
name: Documentation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue