CI: Added shellcheck workflow
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
parent
620e61255f
commit
b7d7294cb6
20
.github/workflows/shellcheck.yml
vendored
Normal file
20
.github/workflows/shellcheck.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
name: 'Check Script'
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
name: Shellcheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
env:
|
||||
SHELLCHECK_OPTS: -s bash
|
||||
with:
|
||||
ignore_paths: custompios
|
||||
format: tty
|
Loading…
x
Reference in New Issue
Block a user