Browse Source

Update shell-linter to 0.3.0

pull/542/head
Juan Javier Baca Moreno-Torres 6 years ago
committed by GitHub
parent
commit
7e575fb030
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/shellcheck.yml

+ 1
- 1
.github/workflows/shellcheck.yml View File

@ -12,6 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Lint check
uses: azohra/shell-linter@v0.2.0
uses: azohra/shell-linter@v0.3.0
with:
path: "getssl"

Loading…
Cancel
Save