Merge pull request #639 from Icinga/gha-remove-version #1430
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 |