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 ebec9a1 commit 4145363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint_vba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
python -m pip install antlr4-tools
wget https://raw.githubusercontent.com/Beakerboy/VBA_Tokenizer/ANTLR/vba.g4
antlr4-parse
- name: Lint with antlr
run: |
if [[ $(antlr4-parse vba.g4 startRule src/ClassModules/*.cls) -ne "" ]]; then exit 1; fi
Expand Down

0 comments on commit 4145363

Please sign in to comment.