Skip to content

Commit 54675f2

Browse files
authored
experiment with ruff
1 parent 752fbee commit 54675f2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ jobs:
1515
with:
1616
env: '["py312"]'
1717
os: windows-latest
18+
ruff:
19+
runs-on: ubuntu-latest
20+
steps:
21+
- uses: asottile/workflows/.github/actions/fast-checkout@v1.8.1
22+
- uses: astral-sh/ruff-action@v3
23+
- run: ruff check --fix
24+
- run: ruff format

0 commit comments

Comments
 (0)