Skip to content

Commit

Permalink
Add shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed May 8, 2020
1 parent 478ec05 commit 89efe3a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: shellcheck

on:
pull_request:
types: [opened, synchronize]
paths:
- '**.sh'
- .github/workflows/shellcheck.yml
push:
branches:
- master
paths:
- '**.sh'
- .github/workflows/shellcheck.yml

jobs:
shellcheck-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Lint check
uses: azohra/[email protected]

0 comments on commit 89efe3a

Please sign in to comment.