Skip to content

Add it annotation and reduce annotation color noise #56

Add it annotation and reduce annotation color noise

Add it annotation and reduce annotation color noise #56

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@v4
- name: Run shellcheck tests
run: shellcheck -x test/approve approvals.bash && echo "PASS"
- name: Run approval tests
run: test/approve