ci: fix nox lint tag vs session

This commit is contained in:
Anand Balakrishnan 2023-10-17 12:07:56 -07:00
parent 47b91e4ee4
commit f5f0b3eb28
No known key found for this signature in database

View file

@ -91,7 +91,7 @@ jobs:
key: ${{ runner.os }}-argus-${{ hashFiles('**/Cargo.toml', 'noxfile.py') }} key: ${{ runner.os }}-argus-${{ hashFiles('**/Cargo.toml', 'noxfile.py') }}
restore-keys: ${{ runner.os }}-argus- restore-keys: ${{ runner.os }}-argus-
- name: Run lints - name: Run lints
run: nox -s lint run: nox -t lint
docs: docs:
name: Documentation name: Documentation