Skip to content

Commit

Permalink
Move pre-commit to .github/
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Santos authored and qsantos committed Dec 7, 2023
1 parent 2db16a9 commit c719bd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please make sure to update tests as appropriate.
You can set-up a pre-commit hooks that automatically runs `cargo fmt` and `cargo clippy` by running:

```bash
ln -s ../../pre-commit .git/hook
ln -s ../../.github/pre-commit .git/hooks
```

**Note:** running Clippy can take a while the first while, but subsequent run
Expand Down

0 comments on commit c719bd9

Please sign in to comment.