From 29dc5e19163aa74ebeabd98c9b1f0ac3eaf4c189 Mon Sep 17 00:00:00 2001 From: Sancarn Date: Wed, 13 Mar 2024 14:36:22 +0000 Subject: [PATCH 1/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 c652045..7147594 100644 --- a/.github/workflows/lint_vba.yml +++ b/.github/workflows/lint_vba.yml @@ -22,4 +22,4 @@ jobs: python -m vba_precompiler -v7 -sWin64 ./src rm -rf ./src - name: Lint - uses: Vba-actions/lint-vba@dev + uses: Vba-actions/lint-vba@main From 9e999ce1f31b896e9d2faa3f8c5699573ca60f3c Mon Sep 17 00:00:00 2001 From: Sancarn Date: Thu, 14 Mar 2024 09:40:20 +0000 Subject: [PATCH 2/4] Update lint_vba.yml --- .github/workflows/lint_vba.yml | 42 +++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/lint_vba.yml b/.github/workflows/lint_vba.yml index 7147594..31c10d8 100644 --- a/.github/workflows/lint_vba.yml +++ b/.github/workflows/lint_vba.yml @@ -2,24 +2,24 @@ name: Lint VBA on: push: - branches: - - dev - - master - pull_request: -jobs: - test-and-static-analysis: - name: Test and Static Analysis - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Install - run: | - python -m pip install --upgrade pip - pip install 'vba_precompiler @ git+https://github.com/Beakerboy/VBA-Precompiler@main' - - name: Precompile - run: | - rm -rf ./src/WIP - python -m vba_precompiler -v7 -sWin64 ./src - rm -rf ./src - - name: Lint - uses: Vba-actions/lint-vba@main +# branches: +# - dev +# - master +# pull_request: +#jobs: +# test-and-static-analysis: +# name: Test and Static Analysis +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v3 +# - name: Install +# run: | +# python -m pip install --upgrade pip +# pip install 'vba_precompiler @ git+https://github.com/Beakerboy/VBA-Precompiler@main' +# - name: Precompile +# run: | +# rm -rf ./src/WIP +# python -m vba_precompiler -v7 -sWin64 ./src +# rm -rf ./src +# - name: Lint +# uses: Vba-actions/lint-vba@main From 1d74cfec6c0e5d6c3de3629b8cc7ee7af873c70e Mon Sep 17 00:00:00 2001 From: Sancarn Date: Thu, 14 Mar 2024 09:41:47 +0000 Subject: [PATCH 3/4] Update lint_vba.yml --- .github/workflows/lint_vba.yml | 38 +++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/lint_vba.yml b/.github/workflows/lint_vba.yml index 31c10d8..7cca5ac 100644 --- a/.github/workflows/lint_vba.yml +++ b/.github/workflows/lint_vba.yml @@ -2,24 +2,24 @@ name: Lint VBA on: push: -# branches: -# - dev -# - master -# pull_request: -#jobs: -# test-and-static-analysis: -# name: Test and Static Analysis -# runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v3 -# - name: Install -# run: | -# python -m pip install --upgrade pip -# pip install 'vba_precompiler @ git+https://github.com/Beakerboy/VBA-Precompiler@main' -# - name: Precompile -# run: | -# rm -rf ./src/WIP -# python -m vba_precompiler -v7 -sWin64 ./src -# rm -rf ./src + branches: + - dev + - master + pull_request: +jobs: + test-and-static-analysis: + name: Test and Static Analysis + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Install + run: | + python -m pip install --upgrade pip + pip install 'vba_precompiler @ git+https://github.com/Beakerboy/VBA-Precompiler@main' + - name: Precompile + run: | + rm -rf ./src/WIP + python -m vba_precompiler -v7 -sWin64 ./src + rm -rf ./src # - name: Lint # uses: Vba-actions/lint-vba@main From d0561cacf139b1f56f8a32259876aee1d93bf633 Mon Sep 17 00:00:00 2001 From: Sancarn Date: Thu, 14 Mar 2024 12:49:09 +0000 Subject: [PATCH 4/4] Update lint_vba.yml --- .github/workflows/lint_vba.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint_vba.yml b/.github/workflows/lint_vba.yml index 7cca5ac..c652045 100644 --- a/.github/workflows/lint_vba.yml +++ b/.github/workflows/lint_vba.yml @@ -21,5 +21,5 @@ jobs: rm -rf ./src/WIP python -m vba_precompiler -v7 -sWin64 ./src rm -rf ./src -# - name: Lint -# uses: Vba-actions/lint-vba@main + - name: Lint + uses: Vba-actions/lint-vba@dev