ui: add view to debug MDM settings and add the syspolicy handlers #26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- "main" | |
- "release-branch/*" | |
pull_request: | |
# all PRs on all branches | |
merge_group: | |
branches: | |
- "main" | |
jobs: | |
license_headers: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/checkout@v4 | |
- name: check license headers | |
run: ./scripts/check_license_headers.sh . |