Skip to content

Commit 6a9361f

Browse files
authored
Beakerboy patch 1 (#54)
Simplified script
1 parent b338fa3 commit 6a9361f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/lint_vba.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,7 @@ jobs:
1010
test-and-static-analysis:
1111
name: Test and Static Analysis
1212
runs-on: ubuntu-latest
13-
strategy:
14-
fail-fast: false
15-
matrix:
16-
python-version: ["3.11"]
17-
1813
steps:
1914
- uses: actions/checkout@v3
20-
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v3
22-
with:
23-
python-version: ${{ matrix.python-version }}
2415
- name: Lint
2516
uses: Vba-actions/lint-vba@main

0 commit comments

Comments
 (0)