feat:add admin http handler. (#1449) #1098
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
name: License checker | |
on: | |
push: | |
branches: | |
- 2023 | |
- 2022 | |
- 2021 | |
- 2020 | |
- hoxton | |
- greenwich | |
pull_request: | |
branches: | |
- 2023 | |
- 2022 | |
- 2021 | |
- 2020 | |
- hoxton | |
- greenwich | |
jobs: | |
check-license: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout codes | |
uses: actions/checkout@v3 | |
- name: Check License Header | |
uses: apache/[email protected] |