From cafd782aa9c4e2e3b10f3c58992f877230a46588 Mon Sep 17 00:00:00 2001 From: Kevin Nowaczyk Date: Wed, 1 Nov 2023 07:57:31 -0400 Subject: [PATCH 1/4] Update lint_vba.yml --- .github/workflows/lint_vba.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lint_vba.yml b/.github/workflows/lint_vba.yml index c5747d2..158618f 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 From 2d11141418b080c91733b6b5a92f258821b1d6c2 Mon Sep 17 00:00:00 2001 From: Kevin Nowaczyk Date: Wed, 1 Nov 2023 07:58:48 -0400 Subject: [PATCH 2/4] 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 158618f..8652ea8 100644 --- a/.github/workflows/lint_vba.yml +++ b/.github/workflows/lint_vba.yml @@ -22,4 +22,4 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Lint - uses: Vba-actions/lint-vba + uses: Vba-actions/lint-vba@main From 651837fe17ef187b90bd68e02dea5ec33bc8b7a0 Mon Sep 17 00:00:00 2001 From: Kevin Nowaczyk Date: Wed, 1 Nov 2023 08:09:00 -0400 Subject: [PATCH 3/4] Update SQLCreate.cls --- src/ClassModules/SQLCreate.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClassModules/SQLCreate.cls b/src/ClassModules/SQLCreate.cls index b761e57..16253df 100644 --- a/src/ClassModules/SQLCreate.cls +++ b/src/ClassModules/SQLCreate.cls @@ -1,4 +1,4 @@ -VERSION 1.0 CLASS +VERSION 1.0 CLAS BEGIN MultiUse = -1 'True END From 7bc0cd3d9f809b3e7e470b8c241c4777672c6745 Mon Sep 17 00:00:00 2001 From: Kevin Nowaczyk Date: Wed, 1 Nov 2023 08:15:50 -0400 Subject: [PATCH 4/4] Update SQLCreate.cls --- src/ClassModules/SQLCreate.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClassModules/SQLCreate.cls b/src/ClassModules/SQLCreate.cls index 16253df..b761e57 100644 --- a/src/ClassModules/SQLCreate.cls +++ b/src/ClassModules/SQLCreate.cls @@ -1,4 +1,4 @@ -VERSION 1.0 CLAS +VERSION 1.0 CLASS BEGIN MultiUse = -1 'True END