Add shellcheck to the CI

This commit is contained in:
Félix Piédallu 2024-03-14 11:15:27 +01:00
parent 5e822c98c7
commit 8c17f8f8d7

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

@ -0,0 +1,16 @@
name: Run Shellcheck on push and PR
on:
push:
pull_request:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
additional_files: 'deploy.sh ynh-dev'