mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-09-01 18:20:14 +00:00
Update checkers workflows
This commit is contained in:
parent
a4ca446e03
commit
644d1dc06e
2 changed files with 8 additions and 6 deletions
7
.github/workflows/ps2check.yml
vendored
7
.github/workflows/ps2check.yml
vendored
|
@ -5,10 +5,11 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- '**.ps1'
|
- '**.ps1'
|
||||||
- '.github/workflows/ps2check.yml'
|
- '.github/workflows/ps2check.yml'
|
||||||
workflow_dispatch:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
permissions: {}
|
- '**.ps1'
|
||||||
|
- '.github/workflows/ps2check.yml'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
shellcheck:
|
shellcheck:
|
||||||
|
|
7
.github/workflows/shellcheck.yml
vendored
7
.github/workflows/shellcheck.yml
vendored
|
@ -5,10 +5,11 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- '**.sh'
|
- '**.sh'
|
||||||
- '.github/workflows/shellcheck.yml'
|
- '.github/workflows/shellcheck.yml'
|
||||||
workflow_dispatch:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
permissions: {}
|
- '**.sh'
|
||||||
|
- '.github/workflows/shellcheck.yml'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
shellcheck:
|
shellcheck:
|
||||||
|
|
Loading…
Add table
Reference in a new issue