Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Sep 26, 2024
1 parent 899ec51 commit 9b437c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
database: build
extra-args: -std=c++17 -Wall -Wextra

# - name: Fail Fast
# if: steps.linter.outputs.checks-failed > 0
# run: exit 1
- name: Fail Fast
if: steps.linter.outputs.checks-failed > 0
run: exit 1

0 comments on commit 9b437c0

Please sign in to comment.