From fd52e2f1bde825389a51346d57e287beb94fe9e9 Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:20:26 -0400 Subject: [PATCH] Update lint_vba.yml --- .github/workflows/lint_vba.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_vba.yml b/.github/workflows/lint_vba.yml index c4c875d..2f75542 100644 --- a/.github/workflows/lint_vba.yml +++ b/.github/workflows/lint_vba.yml @@ -13,6 +13,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Lint - uses: DecimalTurn/lint-vba@main + uses: DecimalTurn/lint-vba@main # This action should point to the dev version of the GitHub action with: path: './src'