Skip to content

Commit

Permalink
test(shellcheck): fix ignore paths, only test dotme
Browse files Browse the repository at this point in the history
  • Loading branch information
kyau committed May 25, 2023
1 parent 2fb58e2 commit 3e9c4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
uses: ludeeus/action-shellcheck@master
with:
additional_files: 'dotme'
ignore_paths: bin/** config/** tmux/**
ignore_paths: /* /**

0 comments on commit 3e9c4f5

Please sign in to comment.