Skip to content

Commit 0e61521

Browse files
committed
another try
1 parent 5ed3ddc commit 0e61521

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ruff.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ concurrency: # Cancel previous workflows on the same pull request
1313
jobs:
1414
run:
1515
name: Ruff Linting
16+
runs-on: ubuntu-latest
1617
strategy:
1718
fail-fast: false
1819
steps:
20+
- uses: actions/checkout@v4
1921
- uses: astral-sh/ruff-action@v3
20-
- run: ruff check
22+
with:
23+
args: check

0 commit comments

Comments
 (0)