Skip to content

Commit

Permalink
feat(lint): add shellcheck during MR pipeline (#4)
Browse files Browse the repository at this point in the history
feat(lint): add shellcheck during MR pipeline
  • Loading branch information
mjechow authored Jul 3, 2024
1 parent 9e112db commit 471dc93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

name: "Trigger: Push action"
permissions: {}
Expand Down

0 comments on commit 471dc93

Please sign in to comment.