mirror of
https://github.com/iv-org/youtube-utils.git
synced 2024-11-22 21:29:40 +00:00
Add basic github action that runs shellcheck
This commit is contained in:
parent
fd739cc5ea
commit
22ecea0128
14
.github/workflows/shellcheck.yml
vendored
Normal file
14
.github/workflows/shellcheck.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: shellcheck-validation
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Execute ShellCheck
|
||||
run: shellcheck scripts/*.sh
|
Loading…
Reference in New Issue
Block a user