Skip to content

Commit 57e254e

Browse files
committed
hate it
1 parent 47dcfd0 commit 57e254e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/c-linter.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
1918
- uses: cpp-linter/cpp-linter-action@v2
2019
id: linter
2120
continue-on-error: true
@@ -25,7 +24,6 @@ jobs:
2524
style: file
2625
files-changed-only: false
2726
thread-comments: false
28-
2927
- name: Fail fast?!
3028
if: steps.linter.outputs.checks-failed != 0
3129
run: |

0 commit comments

Comments
 (0)