Skip to content

Commit

Permalink
Run shell lint check whenever tests are updated (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihcomega56 authored Dec 20, 2022
1 parent 5263fe6 commit 7f1ea71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/shell-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7f1ea71

Please sign in to comment.