mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +01:00
Update
This commit is contained in:
parent
acc4e4fe97
commit
b44aa9b87a
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@ -2,12 +2,12 @@ on: push
|
|||||||
name: 'Trigger: Push'
|
name: 'Trigger: Push'
|
||||||
jobs:
|
jobs:
|
||||||
shellcheck:
|
shellcheck:
|
||||||
name: Shellcheck
|
name: ShellCheck
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Run Shellcheck
|
- name: Run ShellCheck
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
ignore: ignore
|
ignore: ignore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user