mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 18:53:39 +00:00
Initial commit
This commit is contained in:
14
.github/workflows/shfmt.yml
vendored
Normal file
14
.github/workflows/shfmt.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user