We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5151a70 commit 02993a0Copy full SHA for 02993a0
1 file changed
.github/workflows/ci.yml
@@ -19,9 +19,9 @@ jobs:
19
- uses: ./.github/actions/install-rust
20
with:
21
components: rustfmt, clippy
22
- - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
+ - uses: j178/prek-action@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3 # v2.0.2
23
24
- extra_args: --all-files
+ extra-args: --all-files
25
- name: Check config schema is up to date
26
if: matrix.os == 'ubuntu-latest'
27
run: cargo run --bin generate_config_schema && git diff --exit-code schemas/codspeed.schema.json
0 commit comments