From 9a60127ab56589e67d43a10b56bc4b29aa2cd8bd Mon Sep 17 00:00:00 2001 From: Kevin Nowaczyk Date: Mon, 30 Oct 2023 20:49:57 -0400 Subject: [PATCH] Update lint_vba.yml --- .github/workflows/lint_vba.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/lint_vba.yml b/.github/workflows/lint_vba.yml index ad39c55..899d121 100644 --- a/.github/workflows/lint_vba.yml +++ b/.github/workflows/lint_vba.yml @@ -29,7 +29,3 @@ jobs: - name: Lint with antlr run: | ./VbaLint - - name: Lint tests with antlr - run: | - antlr4-parse vba.g4 startRule testing/ClassModules/*.cls - antlr4-parse vba.g4 startRule testing/Modules/*.bas