We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752fbee commit 54675f2Copy full SHA for 54675f2
1 file changed
.github/workflows/main.yml
@@ -15,3 +15,10 @@ jobs:
15
with:
16
env: '["py312"]'
17
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