Skip to content

Commit 9a3c252

Browse files
committed
ci: switch to official ruff action, run check & format check
1 parent 17bbcaa commit 9a3c252

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ jobs:
99
steps:
1010
- name: Check out source repository
1111
uses: actions/checkout@v3
12-
- uses: chartboost/ruff-action@v1
12+
- uses: astral-sh/ruff-action@v3
13+
# this runs `ruff check`
14+
- run: ruff format --check
15+
# this runs `ruff format --check`, additionally

0 commit comments

Comments
 (0)