diff --git a/.github/workflows/lint_vba.yml b/.github/workflows/lint_vba.yml index c5747d2..8652ea8 100644 --- a/.github/workflows/lint_vba.yml +++ b/.github/workflows/lint_vba.yml @@ -21,11 +21,5 @@ jobs: uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - - name: Install dependencies - run: | - python -m pip install antlr4-tools - wget https://raw.githubusercontent.com/Beakerboy/VBA_Tokenizer/ANTLR/VbaLint - chmod +x VbaLint - - name: Lint with antlr - run: | - ./VbaLint \ No newline at end of file + - name: Lint + uses: Vba-actions/lint-vba@main