Skip to content

Commit

Permalink
fix: shell check
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Nov 12, 2024
1 parent 7bdec07 commit 7e71a0a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nginx-docker-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'
ignore_paths: >-
sources
ignore_paths: ''

push_to_registry:
if: github.event_name != 'pull_request'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/node22-docker-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'
ignore_paths: >-
sources
ignore_paths: ''

push_to_registry:
if: github.event_name != 'pull_request'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/php83-docker-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'
ignore_paths: >-
sources
ignore_paths: ''

push_to_registry:
if: github.event_name != 'pull_request'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/postgres-docker-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'
ignore_paths: >-
sources
ignore_paths: ''

push_to_registry:
if: github.event_name != 'pull_request'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/shell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'
ignore_paths: ''
1 change: 1 addition & 0 deletions .github/workflows/worker83-docker-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'
ignore_paths: ''

push_to_registry:
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 7e71a0a

Please sign in to comment.