Skip to content

Commit b931448

Browse files
committed
chore: update .gitignore and test.yml
1 parent 3a09b3a commit b931448

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
files: ./coverage.xml
3434
fail_ci_if_error: true # optional (default = false)
3535
verbose: true # optional (default = false)
36-
- name: Test hooks
36+
- name: Test cpp-linter-hooks
3737
run: |
3838
pip install pre-commit
3939
pre-commit install

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ tests/.coverage
66
tests/__pycache__
77
.coverage
88
__pycache__
9+
venv
10+
result.txt

0 commit comments

Comments
 (0)