Unify check attempt data type to uint32 already used somewhere #1643
Workflow file for this run
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
name: Compliance | |
on: | |
push: | |
branches: | |
- main | |
- 'support/*' | |
pull_request: {} | |
jobs: | |
licenses: | |
runs-on: ubuntu-latest | |
steps: | |
- run: sudo apt install -y moreutils | |
- uses: actions/setup-go@v4 | |
with: | |
go-version: 1.x | |
- uses: actions/checkout@v2 | |
- run: .github/workflows/compliance/check-licenses.sh |