astro

a POSIX shell compatible gemini client (mirror of https://github.com/blmayer/astro)
git clone https://git.clttr.info/astro.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

shellcheck.yml (297B)


      1 on:
      2   push:
      3     branches:
      4       - main
      5   pull_request:
      6     branches: 
      7       - main
      8 
      9 name: 'Trigger: Push action'
     10 
     11 jobs:
     12   shellcheck:
     13     name: Shellcheck
     14     runs-on: ubuntu-latest
     15     steps:
     16     - uses: actions/checkout@v2
     17     - name: Run ShellCheck
     18       uses: ludeeus/action-shellcheck@master