SPDX license format (#2667)

* Switch to SPDX license format for all non-codegen files

* Add test to ensure all committed JS files have SPDX header
This commit is contained in:
Josh Mock
2025-03-21 12:31:38 -05:00
committed by GitHub
parent afc83338b0
commit 461f9b7f66
50 changed files with 138 additions and 2308 deletions

View File

@ -83,6 +83,9 @@ jobs:
run: |
npm run license-checker
- name: SPDX header check
run: npm run license-header
test-bun:
name: Test Bun
runs-on: ${{ matrix.os }}