Upgrade react-hook-form and improve subnet pool member and IP range validation #4630
Workflow file for this run
This file contains hidden or 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
| # To run this check locally, install SkyWalking Eyes somehow | |
| # (https://github.com/apache/skywalking-eyes). On macOS you can `brew install | |
| # license-eye` and run `license-eye header check` or `license-eye header fix`. | |
| name: license-check | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} | |
| cancel-in-progress: true | |
| jobs: | |
| license: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Check License Header | |
| uses: apache/skywalking-eyes/header@5dfa68f93380a5e57259faaf95088b7f133b5778 |