mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-09-16 21:26:27 +02:00
Compare commits
2 Commits
2.0.0
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
![]() |
259d6bbd69 | ||
![]() |
cd81f4475a |
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.1
|
||||
|
||||
- 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.1
|
||||
|
||||
- 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.1
|
||||
|
||||
- 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.1
|
||||
|
||||
- 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.1
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ./
|
||||
|
Reference in New Issue
Block a user