Skip to content

Commit

Permalink
Update checkers workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard20181 committed May 25, 2023
1 parent a4ca446 commit 644d1dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ps2check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
paths:
- '**.ps1'
- '.github/workflows/ps2check.yml'
workflow_dispatch:
pull_request:

permissions: {}
paths:
- '**.ps1'
- '.github/workflows/ps2check.yml'
workflow_dispatch:

jobs:
shellcheck:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
paths:
- '**.sh'
- '.github/workflows/shellcheck.yml'
workflow_dispatch:
pull_request:

permissions: {}
paths:
- '**.sh'
- '.github/workflows/shellcheck.yml'
workflow_dispatch:

jobs:
shellcheck:
Expand Down

0 comments on commit 644d1dc

Please sign in to comment.