Skip to content

Add initial tests workflow #3

Add initial tests workflow

Add initial tests workflow #3

Workflow file for this run

name: Tests
on:
push:
schedule:
- cron: "* * 7 * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build
run: make build
- name: Check README.md
run: tools/is-clean --make --root=doc README.md