Skip to content

V48 (impl-only): Build and document Pipeliner VCR image #1419

V48 (impl-only): Build and document Pipeliner VCR image

V48 (impl-only): Build and document Pipeliner VCR image #1419

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