Skip to content

Stamp a real freshness hint on cacheable results #1115

Stamp a real freshness hint on cacheable results

Stamp a real freshness hint on cacheable results #1115

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
preflight:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
cache: 'npm'
- name: Run preflight checks
run: npm run preflight
- name: Ensure no changes
run: git diff --exit-code