shellcheck

This commit is contained in:
Heavybullets8 2022-12-20 07:08:42 -07:00
parent d50290ba21
commit b13eaf0ff6

21
.github/workflows/shellcheck.yml vendored Normal file
View File

@ -0,0 +1,21 @@
on:
push:
pull_request:
workflow_dispatch:
name: ShellCheck
jobs:
ShellCheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2154
with:
check_together: 'yes'
format: gcc