Skip to content

Consolidate LLM context and clean public notes #29

Consolidate LLM context and clean public notes

Consolidate LLM context and clean public notes #29

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