Add a CI check for unused settings (#34105)
* Add unused settings script * Run in CI * Remove unused settings sans topic html * Report as annotations * Cleanup script
This commit is contained in:
@@ -46,6 +46,9 @@ jobs:
|
||||
- name: Docs
|
||||
install: layered
|
||||
command: "docs:build"
|
||||
- name: Unused settings
|
||||
install: normal
|
||||
command: "lint:unused-settings"
|
||||
name: ${{ matrix.name }}
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user