Skip to content

Commit

Permalink
Update lint_vba.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored Oct 30, 2023
1 parent 3f2f24b commit 5efca34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_vba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
antlr4-parse
- name: Lint with antlr
run: |
foo=$(antlr4-parse vba.g4 startRule src/ClassModules/SQLQuery.cls 1>&2);if [[ foo -ne "" ]]; then exit 1; fi
foo=$(antlr4-parse vba.g4 startRule src/ClassModules/SQLQuery.cls 2>&1);if [[ foo -ne "" ]]; then exit 1; fi
- name: Lint tests with antlr
run: |
antlr4-parse vba.g4 startRule testing/ClassModules/*.cls
Expand Down

0 comments on commit 5efca34

Please sign in to comment.