diff --git a/.github/workflows/lint_vba.yml b/.github/workflows/lint_vba.yml index 664c405..62310c8 100644 --- a/.github/workflows/lint_vba.yml +++ b/.github/workflows/lint_vba.yml @@ -12,5 +12,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Precompile + run: | + python -m pip install --upgrade pip + pip install 'vba_precompiler @ git+https://github.com/Beakerboy/VBA-Precompiler@dev' + python -m vba_precompiler ./src + rm -rf ./src - name: Lint - uses: Vba-actions/lint-vba@main + uses: Vba-actions/lint-vba@dev