Bump apache/skywalking-eyes from 55373684d1b70e5f8fd9fc8ec114a89ad11a56a3 to 02a7f6d40de257c3e8ef8079a9a96499ec9e0929 #309
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: License Header Check | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - develop | |
| permissions: | |
| contents: read | |
| jobs: | |
| check-license-header: | |
| name: Check License Header | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 | |
| - uses: apache/skywalking-eyes/header@02a7f6d40de257c3e8ef8079a9a96499ec9e0929 | |
| with: | |
| mode: check |