Skip to content

Add initial tests workflow #2

Add initial tests workflow

Add initial tests workflow #2

Workflow file for this run

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