Create shellcheck.yml

This commit is contained in:
7k5x 2021-06-14 13:53:03 +09:00 committed by GitHub
parent 8c68dc6d02
commit 6740ab52de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
.github/workflows/shellcheck.yml vendored Normal file
View file

@ -0,0 +1,18 @@
on:
push:
branches:
- master
- photon-style
pull_request:
branches:
- master
name: 'ShellCheck'
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master