Skip to content

readme update

readme update #41

Workflow file for this run

name: Test
on:
pull_request:
push: { branches: master }
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run shellcheck tests
run: shellcheck -x test/approve
- name: Run approval tests
run: test/approve