Skip to content

add smoke spec (via shellspec) to see that each command's --help works #125

add smoke spec (via shellspec) to see that each command's --help works

add smoke spec (via shellspec) to see that each command's --help works #125

name: Quality Assurance
on: [push, pull_request]
jobs:
before_pr:
name: before-pr.sh
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install shellcheck
run: ./lib/tegonal-scripts/src/ci/install-shellcheck.sh
- name: Install shellspec
run: ./lib/tegonal-scripts/src/ci/install-shellspec.sh
- name: before-pr.sh
run: ./scripts/before-pr.sh