Files
nix-config/.github/workflows/shfmt.yml
Dave Gallant cec4966e44 Initial commit
2020-05-06 13:12:24 -04:00

15 lines
328 B
YAML

name: sh-checker
on:
- pull_request
jobs:
sh-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run the sh-checker
uses: davegallant/action-sh-checker@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
sh_checker_comment: true