We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fea265 commit b338fa3Copy full SHA for b338fa3
.github/workflows/lint_vba.yml
@@ -21,11 +21,5 @@ jobs:
21
uses: actions/setup-python@v3
22
with:
23
python-version: ${{ matrix.python-version }}
24
- - name: Install dependencies
25
- run: |
26
- python -m pip install antlr4-tools
27
- wget https://raw.githubusercontent.com/Beakerboy/VBA_Tokenizer/ANTLR/VbaLint
28
- chmod +x VbaLint
29
- - name: Lint with antlr
30
31
- ./VbaLint
+ - name: Lint
+ uses: Vba-actions/lint-vba@main
0 commit comments