Skip to content

Commit

Permalink
Re-add exit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHeuermann committed May 28, 2024
1 parent 7685849 commit ea2e450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ jobs:
if: steps.changed-lexer.outputs.files_changed == 'true'
run: |
echo "::error title=Lexer not up-to-date::Generated src/lexer.jl has uncommitted changes."
exit 1

0 comments on commit ea2e450

Please sign in to comment.