We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d4e31 commit cfc2b99Copy full SHA for cfc2b99
2 files changed
.github/workflows/linter.yml
@@ -2,6 +2,9 @@ name: cpp-linter
2
3
on:
4
pull_request:
5
+ paths:
6
+ - '**.cpp'
7
+ - '**.hpp'
8
workflow_dispatch:
9
10
jobs:
.github/workflows/test.yml
@@ -3,8 +3,8 @@ name: Test
paths-ignore:
- - conanfile.py
- '**.md'
+ - 'res/**'
inputs:
no-tidy:
0 commit comments