mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2024-08-16 10:09:53 +02:00
Update
This commit is contained in:
parent
acc4e4fe97
commit
b44aa9b87a
1 changed files with 2 additions and 2 deletions
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…
Add table
Reference in a new issue