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 e714b50 commit e587f5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint_vba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
antlr4-parse
- name: Lint with antlr
run: |
foo=$(antlr4-parse vba.g4 startRule src/ClassModules/SQLQuery.cls 2>&1)
cd src/ClassModules
foo=$(antlr4-parse vba.g4 startRule *.cls 2>&1)
if [[ $foo != "" ]]; then echo $foo 1>&2; exit 1; fi
- name: Lint tests with antlr
run: |
Expand Down

0 comments on commit e587f5e

Please sign in to comment.