mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-17 14:09:08 +00:00
Update checkers workflows
This commit is contained in:
parent
a4ca446e03
commit
644d1dc06e
2 changed files with 8 additions and 6 deletions
.github/workflows
7
.github/workflows/ps2check.yml
vendored
7
.github/workflows/ps2check.yml
vendored
|
@ -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:
|
||||
|
|
7
.github/workflows/shellcheck.yml
vendored
7
.github/workflows/shellcheck.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue