Skip to content

Commit

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

0 comments on commit 30ac503

Please sign in to comment.