github.com/yoheimuta/protolint@v0.49.8-0.20240515023657-4ecaebb7575d/.github/workflows/shellcheck.yml (about)

     1  ---
     2  name: Shellcheck
     3  
     4  on:
     5    pull_request:
     6  
     7  jobs:
     8  
     9    shellcheck:
    10      runs-on: ubuntu-latest
    11      steps:
    12        - uses: actions/checkout@v4
    13  
    14        - name: ShellCheck
    15          run: shellcheck .github/*.sh