Browse Source

Create shellcheck.yml

pull/527/head
Tim Kimber 6 years ago
committed by GitHub
parent
commit
5ad1f96ee1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      .github/workflows/shellcheck.yml

+ 17
- 0
.github/workflows/shellcheck.yml View File

@ -0,0 +1,17 @@
name: shellcheck
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Lint check
uses: azohra/shell-linter@v0.2.0
with:
path: "getssl"

Loading…
Cancel
Save