mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-04-07 19:22:03 +00:00
Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
|
00b27aa7cb | ||
|
cd81f4475a |
6 changed files with 6 additions and 6 deletions
2
.github/workflows/additional_files.yml
vendored
2
.github/workflows/additional_files.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4.1.0
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ./
|
||||
|
|
2
.github/workflows/check_together.yml
vendored
2
.github/workflows/check_together.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4.1.0
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ./
|
||||
|
|
2
.github/workflows/ignore_names.yml
vendored
2
.github/workflows/ignore_names.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4.1.0
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ./
|
||||
|
|
2
.github/workflows/ignore_paths.yml
vendored
2
.github/workflows/ignore_paths.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4.1.0
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ./
|
||||
|
|
2
.github/workflows/scandir.yml
vendored
2
.github/workflows/scandir.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4.1.0
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ./
|
||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
name: Shellcheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue