refactor(tests): update slice pattern table tests to map pattern (low risk tests) #1036
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
| name: Check License Headers | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| # Since no branch is specified, this will run on all PRs | |
| jobs: | |
| check-headers: | |
| name: Check that license headers are in place | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| steps: | |
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| with: | |
| persist-credentials: false | |
| - name: Check license headers | |
| uses: apache/skywalking-eyes@61275cc80d0798a405cb070f7d3a8aaf7cf2c2c1 # v0.8.0 | |
| with: | |
| config: .licenserc.yml |