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 88adbc5 commit 03c6d78Copy full SHA for 03c6d78
.github/workflows/pre-commit.yml
@@ -9,13 +9,4 @@ jobs:
9
name: Run pre-commit
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
13
- - uses: actions/setup-python@v5
14
- - run: python -m pip install pre-commit
15
- shell: bash
16
- - uses: actions/cache@v4
17
- with:
18
- path: ~/.cache/pre-commit
19
- key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
20
- - run: pre-commit run --show-diff-on-failure --color=always -a
21
+ - uses: mozilla-releng/actions/pre-commit@main
0 commit comments