Skip to content

Commit

Permalink
Update lint_vba.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DecimalTurn authored Dec 20, 2023
1 parent be91bdf commit d23cf54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint_vba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
pull_request:
jobs:
test-and-static-analysis:
Expand All @@ -12,6 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Lint
uses: Vba-actions/lint-vba@main
uses: DecimalTurn/lint-vba@main
with:
path: './src'

0 comments on commit d23cf54

Please sign in to comment.