Skip to content

Commit 5e587d1

Browse files
Bump azohra/shell-linter from 0.6.0 to 0.8.0 (#1593)
Bumps [azohra/shell-linter](https://github.com/azohra/shell-linter) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/azohra/shell-linter/releases) - [Commits](Azbagheri/shell-linter@v0.6.0...v0.8.0) --- updated-dependencies: - dependency-name: azohra/shell-linter dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5b41d8 commit 5e587d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter-automated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- name: Shell Linter
15-
uses: azohra/shell-linter@v0.6.0
15+
uses: azohra/shell-linter@v0.8.0
1616
with:
1717
path: "src/**/*.sh"
1818
severity: "error" # [style, info, warning, error]

.github/workflows/linter-manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Shell Linter
21-
uses: azohra/shell-linter@v0.6.0
21+
uses: azohra/shell-linter@v0.8.0
2222
with:
2323
path: ${{ github.event.inputs.path }}
2424
severity: ${{ github.event.inputs.severity }}

0 commit comments

Comments
 (0)