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'
|
||||
jobs:
|
||||
shellcheck:
|
||||
name: Shellcheck
|
||||
name: ShellCheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
- name: Run Shellcheck
|
||||
- name: Run ShellCheck
|
||||
uses: ./
|
||||
with:
|
||||
ignore: ignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user