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.
pre-commit/action
j178/prek-action
1 parent 3b80905 commit e59b620Copy full SHA for e59b620
1 file changed
.github/workflows/lint.yml
@@ -7,7 +7,7 @@ permissions:
7
8
env:
9
FORCE_COLOR: 1
10
- RUFF_FORMAT: github
+ RUFF_OUTPUT_FORMAT: github
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -20,7 +20,6 @@ jobs:
20
21
steps:
22
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23
- - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
24
with:
25
- python-version: "3.x"
26
- - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
+ persist-credentials: false
+ - uses: j178/prek-action@0bb87d7f00b0c99306c8bcb8b8beba1eb581c037 # v1.1.1
0 commit comments