We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2b0fe commit 056b5a2Copy full SHA for 056b5a2
.github/workflows/cpp-linter.yml
@@ -1,4 +1,7 @@
1
name: lint
2
+concurrency:
3
+ group: ${{ github.workflow }}-${{ github.ref }}
4
+ cancel-in-progress: true
5
6
on:
7
push:
@@ -46,7 +49,7 @@ jobs:
46
49
# Set this option to 'true' to only analyze changes in the event's diff. Defaults to 'false'.
47
50
#lines-changed-only: # optional
48
51
# Set this option to 'false' to analyze any source files in the repo. Defaults to 'true'.
- files-changed-only: false
52
+ files-changed-only: true
53
# Set this option with string of path(s) to ignore.
54
ignore: '.github|.idea|.vscode|extern'
55
# The directory containing compile_commands.json file.
0 commit comments