Skip to content

Add public flow and theme toggle #83

Add public flow and theme toggle

Add public flow and theme toggle #83

Workflow file for this run

name: Site checks
on:
push:
pull_request:
schedule:
- cron: "17 9 * * 1"
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Run static site checks
run: bash scripts/check-site.sh