mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Create shellcheck.yml
This commit is contained in:
parent
ddd7a951b2
commit
03a901d4b9
18
.github/workflows/shellcheck.yml
vendored
Normal file
18
.github/workflows/shellcheck.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
name: ShellCheck
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'tabs/**/*.sh'
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
name: Shellcheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
with:
|
||||
scandir: 'tabs'
|
||||
severity: error
|
Loading…
Reference in New Issue
Block a user