mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Create shellcheck.yml
This commit is contained in:
parent
d3bbe02fcd
commit
559d7a83f8
1 changed files with 21 additions and 0 deletions
21
.github/workflows/shellcheck.yml
vendored
Normal file
21
.github/workflows/shellcheck.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name : Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run ShellCheck
|
||||
id: check
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
with:
|
||||
scandir: './scripts'
|
Loading…
Add table
Reference in a new issue