mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-08-23 09:46:28 +02:00
Add exclude and testfiles
This commit is contained in:
6
.github/workflows/push.yml
vendored
6
.github/workflows/push.yml
vendored
@@ -6,5 +6,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Shellcheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
- name: Run Shellcheck
|
||||
uses: ${GITHUB_REPOSITORY}@${GITHUB_SHA}
|
||||
with:
|
||||
ignore: "ignore"
|
||||
|
Reference in New Issue
Block a user