Skip to content

V48 (spec-impl): Shorten commit category labels to (spec-impl) #1396

V48 (spec-impl): Shorten commit category labels to (spec-impl)

V48 (spec-impl): Shorten commit category labels to (spec-impl) #1396

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