mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-09-15 04:36:26 +02:00
Re enable problem-matcher (#25)
This commit is contained in:
4
.github/workflows/ShellCheck.yml
vendored
4
.github/workflows/ShellCheck.yml
vendored
@@ -5,8 +5,10 @@ jobs:
|
||||
name: ShellCheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ./
|
||||
with:
|
||||
|
Reference in New Issue
Block a user