Skip to content

Commit

Permalink
fix ruff action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Byczong committed Dec 30, 2024
1 parent c8c8102 commit 7ec8fe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nameguard-python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
uses: actions/checkout@v4

- name: Ruff Check
uses: chartboost/ruff-action@v2
uses: chartboost/ruff-action@v1
with:
version: 0.6.7
src: "./packages/nameguard-python"

- name: Ruff Format
uses: chartboost/ruff-action@v2
uses: chartboost/ruff-action@v1
with:
version: 0.6.7
args: "format --check"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/namerank-python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
uses: actions/checkout@v4

- name: Ruff Check
uses: chartboost/ruff-action@v2
uses: chartboost/ruff-action@v1
with:
version: 0.6.7
src: "./apps/api.namerank.io"

- name: Ruff Format
uses: chartboost/ruff-action@v2
uses: chartboost/ruff-action@v1
with:
version: 0.6.7
args: "format --check"
Expand Down

0 comments on commit 7ec8fe9

Please sign in to comment.