Skip to content

Commit b338fa3

Browse files
authored
Lint action (#53)
Using action
1 parent 2fea265 commit b338fa3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/lint_vba.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,5 @@ jobs:
2121
uses: actions/setup-python@v3
2222
with:
2323
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-
run: |
31-
./VbaLint
24+
- name: Lint
25+
uses: Vba-actions/lint-vba@main

0 commit comments

Comments
 (0)