Skip to content

V48 Gate 3 (implementation-only): SDIVF CI integration, fail-closed a… #1299

V48 Gate 3 (implementation-only): SDIVF CI integration, fail-closed a…

V48 Gate 3 (implementation-only): SDIVF CI integration, fail-closed a… #1299

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