Virtual list entry for arbitrary values in comboboxes #2413
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
# 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: | |
jobs: | |
license: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check License Header | |
uses: apache/skywalking-eyes/header@5dfa68f93380a5e57259faaf95088b7f133b5778 |