Skip to content

Commit

Permalink
Skip cargo on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Aug 27, 2023
1 parent 452debf commit 66f5f61
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@ repos:
- id: forbid-new-submodules
- id: trailing-whitespace

- repo: https://github.com/doublify/pre-commit-rust
rev: master
hooks:
- id: fmt
- id: cargo-check
- repo: https://github.com/doublify/pre-commit-rust
rev: master
hooks:
- id: fmt
- id: cargo-check

ci:
skip:
# Cargo not available on CI
- "fmt"
- "cargo-check"

0 comments on commit 66f5f61

Please sign in to comment.