Skip to content

Commit 02993a0

Browse files
chore: swap pre-commit action for prek
1 parent 5151a70 commit 02993a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- uses: ./.github/actions/install-rust
2020
with:
2121
components: rustfmt, clippy
22-
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
22+
- uses: j178/prek-action@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3 # v2.0.2
2323
with:
24-
extra_args: --all-files
24+
extra-args: --all-files
2525
- name: Check config schema is up to date
2626
if: matrix.os == 'ubuntu-latest'
2727
run: cargo run --bin generate_config_schema && git diff --exit-code schemas/codspeed.schema.json

0 commit comments

Comments
 (0)