Skip to content

Commit 87ad945

Browse files
committed
add minor fixes for lint and format
1 parent a0685b1 commit 87ad945

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
contents: read
1212

1313
jobs:
14-
check-format-and-tidy:
14+
check-format:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
paths:
66
- '**.hpp'
77
- '**.cpp'
8-
- '**.clang-format'
98
- '**.clang-tidy'
109

1110
jobs:
@@ -49,6 +48,7 @@ jobs:
4948
# Upload review results as artifacts, a different workflow posts them
5049
# as comments. This is required due to security stuff.
5150
- uses: ZedThree/clang-tidy-review/upload@v0.21.0
51+
id: upload-review
5252

5353
# If there are any comments, fail the check
5454
- if: steps.review.outputs.total_comments > 0

0 commit comments

Comments
 (0)