We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9cde5e commit 7a34e0eCopy full SHA for 7a34e0e
1 file changed
.github/workflows/main.yml
@@ -18,6 +18,7 @@ jobs:
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