mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-04-13 13:49:20 +02:00
Compare commits
No commits in common. "master" and "2.0.0" have entirely different histories.
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@v4.1.0
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- 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@v4.1.0
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- 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@v4.1.0
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- 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@v4.1.0
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- 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@v4.1.0
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user