mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-08-23 17:56:27 +02:00
Use self
This commit is contained in:
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -7,6 +7,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Run Shellcheck
|
- name: Run Shellcheck
|
||||||
uses: ${GITHUB_REPOSITORY}@${GITHUB_SHA}
|
uses: ./
|
||||||
with:
|
with:
|
||||||
ignore: "ignore"
|
ignore: "ignore"
|
||||||
|
Reference in New Issue
Block a user