We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d1730 commit 59d68a1Copy full SHA for 59d68a1
.github/workflows/pre-commit.yml
@@ -1,4 +1,4 @@
1
-name: Run pre-commit
+name: pre-commit
2
3
on:
4
push:
@@ -10,5 +10,3 @@ on:
10
jobs:
11
pre-commit:
12
uses: cpp-linter/.github/.github/workflows/pre-commit.yml@main
13
- with:
14
- commands: pip install pytest & pip install -e .
.pre-commit-config.yaml
@@ -18,11 +18,3 @@ repos:
18
hooks:
19
- id: flake8
20
args: [--max-line-length=120]
21
- - repo: local
22
- hooks:
23
- - id: tests
24
- name: tests
25
- entry: bash -c "pip install . && pytest -v tests"
26
- description: Run all tests
27
- language: system
28
- types: [python]
0 commit comments