Skip to content

Commit

Permalink
fix: shellcheck config
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Aug 1, 2024
1 parent a1256df commit 37128ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Docker image
name: Shellcheck Action

on: [ push, pull_request ]

Expand All @@ -20,4 +20,4 @@ jobs:
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
args: -x ./runner.sh
check_together: 'yes'

0 comments on commit 37128ca

Please sign in to comment.