Remove licensing checker/linter

This tool appears to no longer be maintained, but more
importantly there are far fewer production dependencies now
than when first introduced, and all are known/trusted.
This commit is contained in:
Lovell Fuller
2025-09-21 12:11:00 +01:00
parent f2978651f0
commit adb6275ae9
2 changed files with 1 additions and 4 deletions

View File

@@ -16,7 +16,6 @@ jobs:
- run: npm install --ignore-scripts
- run: npm run lint-cpp
- run: npm run lint-js
- run: npm run lint-licensing
- run: npm run lint-types
build-native:
permissions: