Skip to content

ci: check for changes to README and man page #15

ci: check for changes to README and man page

ci: check for changes to README and man page #15

Workflow file for this run

---
name: "test"
on:
push:
branches:
- 'master'
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make test