Skip to content

Commit

Permalink
ci: formatting errors are now fatal
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Feb 8, 2022
1 parent 474e0e3 commit d1071c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Formatting Check (clang 9)
runs-on: ubuntu-20.04
container: ubuntu:20.04
continue-on-error: true
continue-on-error: false
steps:

# Cache Rust stuff.
Expand Down

0 comments on commit d1071c1

Please sign in to comment.