Skip to content

V48 Gate 4 (specification-only): open the reading lens + read (Buy) s… #1346

V48 Gate 4 (specification-only): open the reading lens + read (Buy) s…

V48 Gate 4 (specification-only): open the reading lens + read (Buy) s… #1346

Workflow file for this run

name: Casing and Import Consistency
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "**" ]
jobs:
check-casing-and-imports:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Verify raw_promptparts filenames are lowercase
run: bash scripts/find-uppercase-raw-promptparts.sh
- name: Detect import casing mismatches (ts/js)
run: bash scripts/check-import-casing.sh