Skip to content

Commit

Permalink
config: add compilation rule to pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
TekMath committed Mar 11, 2024
1 parent 9c97e7a commit b7ffa27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ repos:
entry: bash -c 'make tests_run'
language: system
pass_filenames: false
- id: compilation
name: Project compilation
entry: bash -c 'make && make fclean'
language: system
pass_filenames: false

0 comments on commit b7ffa27

Please sign in to comment.