mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
15 lines
322 B
YAML
15 lines
322 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: luizm/action-sh-checker@v0.1.7
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
with:
|
|
sh_checker_comment: true
|