Skip to content

Commit

Permalink
Add Shell check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentPoinsaut committed Sep 20, 2023
1 parent af9f638 commit 82909ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4
- name: Check Docker Compose file syntax
run: docker compose --env-file .env.dist config -q
check-markdown-syntax:
check-other-syntaxes:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -21,3 +21,7 @@ jobs:
uses: DavidAnson/markdownlint-cli2-action@v13
with:
globs: '**/*.md'
- name: Run Shellcheck
uses: azohra/shell-linter@latest
with:
path: 'bin/*.sh'

0 comments on commit 82909ba

Please sign in to comment.