name: ci on: push: branches: [main] pull_request: jobs: check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: shellcheck run: shellcheck install.sh bin/rig commands/*.sh test/cli.sh - name: cli tests run: bash test/cli.sh