Skip to content

Add shellcheck to the CI #1

Add shellcheck to the CI

Add shellcheck to the CI #1

Workflow file for this run

name: Run Shellcheck on push and PR

Check failure on line 1 in .github/workflows/shellcheck.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/shellcheck.yml

Invalid workflow file

`pullrequest` is not a valid event name
on:
push:
pullrequest:
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'