We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a09b3a commit b931448Copy full SHA for b931448
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
files: ./coverage.xml
34
fail_ci_if_error: true # optional (default = false)
35
verbose: true # optional (default = false)
36
- - name: Test hooks
+ - name: Test cpp-linter-hooks
37
run: |
38
pip install pre-commit
39
pre-commit install
.gitignore
@@ -6,3 +6,5 @@ tests/.coverage
6
tests/__pycache__
7
.coverage
8
__pycache__
9
+venv
10
+result.txt
0 commit comments