We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3c2fa commit f44ed33Copy full SHA for f44ed33
1 file changed
.github/workflows/continuous-deployment.yaml
@@ -19,13 +19,13 @@ jobs:
19
20
- id: check-ruff
21
name: Check with Ruff
22
- uses: chartboost/ruff-action@v1
+ uses: astral-sh/ruff-action@v3
23
with:
24
args: 'check --exit-zero --verbose'
25
26
- id: format-ruff
27
name: Format with Ruff
28
29
30
args: 'format --check --verbose'
31
0 commit comments