Skip to content

Commit

Permalink
TEST: with and without target version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed May 12, 2024
1 parent b074de6 commit 5d53820
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ jobs:
PYVER: ${{ steps.detect.outputs.pyver }}

- name: Check ruff linting
run: .venv/bin/ruff check --target-version "$PYVER" vault_oidc_ssh_cert_action.py
run: .venv/bin/ruff check --target-version "$PYVER" --exit-zero --select ALL vault_oidc_ssh_cert_action.py
env:
PYVER: ${{ steps.detect.outputs.pyver }}

- name: Check ruff linting any version
run: .venv/bin/ruff check --exit-zero --select ALL vault_oidc_ssh_cert_action.py
env:
PYVER: ${{ steps.detect.outputs.pyver }}

Expand Down

0 comments on commit 5d53820

Please sign in to comment.