Skip to content

Commit

Permalink
Fix CI (#4)
Browse files Browse the repository at this point in the history
* Trigger CI

* Try something

* Pin rust

* Move version

* ADd cargo lock
  • Loading branch information
guibescos authored Nov 8, 2023
1 parent f6ecc8b commit 05713de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2023-03-01
components: rustfmt, clippy
- uses: pre-commit/action@v2.0.3
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ repos:
- id: cargo-fmt-nightly
name: Cargo Fmt Nightly
language: "rust"
entry: cargo +nightly fmt
entry: cargo +nightly-2023-03-01 fmt
pass_filenames: false
- id: cargo-clippy
name: Cargo clippy
language: "rust"
entry : cargo +nightly clippy --tests -- -D warnings
entry : cargo +nightly-2023-03-01 clippy --tests -- -D warnings
pass_filenames : false

0 comments on commit 05713de

Please sign in to comment.