Skip to content

Commit

Permalink
Add linter
Browse files Browse the repository at this point in the history
  • Loading branch information
DecimalTurn authored Dec 20, 2023
1 parent 54f9f5a commit ec75abd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lint_vba.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Lint VBA

on:
push:
branches:
- main
pull_request:
jobs:
test-and-static-analysis:
name: Test and Static Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint
uses: Vba-actions/lint-vba@main
with:
path: './src'

0 comments on commit ec75abd

Please sign in to comment.