Handle initial_serial_number fields w/o the leading bit set.
#419
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-check | |
| on: pull_request | |
| permissions: | |
| contents: read | |
| jobs: | |
| license: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| with: | |
| toolchain: 1.88 | |
| - name: Check License Header | |
| uses: apache/skywalking-eyes/header@07a607ff5b0759f5ed47306c865aac50fe9b3985 |