feat: removes git dates, enforces manual dates, and adds some validation to ensure presence

This commit is contained in:
Lewis Wynne 2026-03-27 18:10:40 +00:00
parent d65342fd73
commit 2a2331e79f
13 changed files with 101 additions and 105 deletions

25
.github/workflows/validate.yml vendored Normal file
View file

@ -0,0 +1,25 @@
name: Validate content
on:
push:
paths:
- 'www/content/**'
- 'www/public/*.txt'
- 'www/public/config.yaml'
pull_request:
paths:
- 'www/content/**'
- 'www/public/*.txt'
- 'www/public/config.yaml'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm validate:www