Skip to content

Sync builder tooling context #25

Sync builder tooling context

Sync builder tooling context #25

Workflow file for this run

name: Site checks
on:
push:
pull_request:
schedule:
- cron: "17 9 * * 1"
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run static site checks
run: bash scripts/check-site.sh