Skip to content

Commit 591de56

Browse files
committed
update ruff for removed command
1 parent b1befce commit 591de56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: chartboost/ruff-action@v1
15+
with:
16+
args: 'check .'
1517
ruff-format:
1618
runs-on: ubuntu-latest
1719
steps:
1820
- uses: actions/checkout@v4
1921
- uses: chartboost/ruff-action@v1
2022
with:
21-
args: 'format --check'
23+
args: 'format --check .'
2224
build-image:
2325
needs: [ruff, ruff-format]
2426
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)