Skip to content

Commit

Permalink
Merge pull request #2 from nathanchance/gh-actions-shellcheck
Browse files Browse the repository at this point in the history
github: Add Actions workflow
  • Loading branch information
nathanchance authored Apr 2, 2020
2 parents 0141a9d + f1150d5 commit 5d9d3f6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Run shellcheck on all shell files in this repository
name: shellcheck
on: [push, pull_request]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: shellcheck
uses: bewuethr/shellcheck-action@v1

0 comments on commit 5d9d3f6

Please sign in to comment.