Create shellcheck.yml

This commit is contained in:
Howard Wu 2022-11-13 14:29:15 +08:00 committed by GitHub
parent d3bbe02fcd
commit 559d7a83f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
.github/workflows/shellcheck.yml vendored Normal file
View 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'