Skip to content

Commit

Permalink
run the linter CI for changes made to just .vsh files too
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Jun 15, 2024
1 parent c5bb165 commit e91f8a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
paths:
- '**.v'
- '**.vsh'
- '**/lint.yml'
pull_request:
paths:
- '**.v'
- '**.vsh'
- '**/lint.yml'

concurrency:
Expand Down

0 comments on commit e91f8a4

Please sign in to comment.