From d23cf540665e578c5cfe52d56792db2d3dba3130 Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:56:50 -0500 Subject: [PATCH] Update lint_vba.yml --- .github/workflows/lint_vba.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint_vba.yml b/.github/workflows/lint_vba.yml index 4503cfe..c4c875d 100644 --- a/.github/workflows/lint_vba.yml +++ b/.github/workflows/lint_vba.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - dev pull_request: jobs: test-and-static-analysis: @@ -12,6 +13,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Lint - uses: Vba-actions/lint-vba@main + uses: DecimalTurn/lint-vba@main with: path: './src'