Skip to content

Commit

Permalink
Edit check
Browse files Browse the repository at this point in the history
  • Loading branch information
text-adi committed Apr 4, 2024
1 parent 21ccc32 commit 2bec2ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check
working-directory: entrypoint
run: |
find . -name "*.sh" -exec bash -n {} \; || exit 1
uses: ludeeus/action-shellcheck@master
with:
version: v2.0.0

build_and_push:
needs: [ vars, lint-dockerfile, lint-entrypoint ]
Expand Down

0 comments on commit 2bec2ee

Please sign in to comment.