We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca53f8e commit c50668bCopy full SHA for c50668b
1 file changed
.github/workflows/lint.yml
@@ -17,9 +17,4 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v6
20
- - name: Install uv
21
- uses: astral-sh/setup-uv@v7
22
- - name: Install prek
23
- run: uv tool install prek
24
- - name: Run prek
25
- run: prek run --all-files
+ - uses: j178/prek-action@v1
0 commit comments