Skip to content

Commit

Permalink
Add shellcheck to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Félix Piédallu committed Mar 14, 2024
1 parent d6717c5 commit 0e0a1ba
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Run Shellcheck on push and PR

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'

0 comments on commit 0e0a1ba

Please sign in to comment.