Skip to content

fix(spoolman): remove SPOOLMAN_CORS_ORIGIN=* wildcard #1599

fix(spoolman): remove SPOOLMAN_CORS_ORIGIN=* wildcard

fix(spoolman): remove SPOOLMAN_CORS_ORIGIN=* wildcard #1599

name: Enforce Path Casing
on:
pull_request:
branches: ['**']
jobs:
path-casing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Node setup
uses: actions/setup-node@v7
with:
node-version: '24'
- name: Run path casing check
run: node ./scripts/check-path-casing.js