kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

main.yml (280B)


      1
      2
      3
      4
      5
      6
      7
      8
      9
     10
name: Shellcheck
on: [push, pull_request]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Run shellcheck
        run: |
          find . -type f -name build -o -name post-install | sed 's/[^[:alnum:]]/\\&/g' | xargs shellcheck