Skip to content

scanspool: Typos, and proof-read #688

scanspool: Typos, and proof-read

scanspool: Typos, and proof-read #688

Workflow file for this run

## Workflow for GitHub Actions testing.
name: build
"on": [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
AUTHOR_TESTING: 1
C_TAP_VERBOSE: 1
steps:
- name: checkout
uses: actions/checkout@v4
- name: install
run: sudo -E ci/install
- name: test
run: ci/test