diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5292a7c..eb7523c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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