We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0685b1 commit 87ad945Copy full SHA for 87ad945
.github/workflows/format.yaml
@@ -11,7 +11,7 @@ permissions:
11
contents: read
12
13
jobs:
14
- check-format-and-tidy:
+ check-format:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
.github/workflows/lint.yaml
@@ -5,7 +5,6 @@ on:
5
paths:
6
- '**.hpp'
7
- '**.cpp'
8
- - '**.clang-format'
9
- '**.clang-tidy'
10
@@ -49,6 +48,7 @@ jobs:
49
48
# Upload review results as artifacts, a different workflow posts them
50
# as comments. This is required due to security stuff.
51
- uses: ZedThree/clang-tidy-review/upload@v0.21.0
+ id: upload-review
52
53
# If there are any comments, fail the check
54
- if: steps.review.outputs.total_comments > 0
0 commit comments