Skip to content

Commit

Permalink
Beakerboy patch 1 (#54)
Browse files Browse the repository at this point in the history
Simplified script
  • Loading branch information
Beakerboy authored Nov 1, 2023
1 parent b338fa3 commit 6a9361f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/lint_vba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,7 @@ jobs:
test-and-static-analysis:
name: Test and Static Analysis
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Lint
uses: Vba-actions/lint-vba@main

0 comments on commit 6a9361f

Please sign in to comment.