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 Feb 12, 2024
1 parent b394933 commit b14b208
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 @@ -15,6 +15,7 @@ jobs:
- name: Build Grammar
run: |
python -m pip install antlr4-python3-runtime
python -m pip install antlr4-tools
wget https://raw.githubusercontent.com/Beakerboy/grammars-v4/coverage/vba/vba_cc/vba_cc.g4
antlr4 -Dlanguage=Python3 -o deliverables -listener -visitor vba_cc.g4
stubgen ./deliverables -o ./deliverables
Expand Down

0 comments on commit b14b208

Please sign in to comment.