Merge pull request #109 from SAP/dependabot/go_modules/github.com/goo… #376
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: REUSE | |
on: | |
push: | |
branches: | |
- master | |
pull_request: { } | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
name: "Compliance Check" | |
steps: | |
- uses: actions/checkout@v2 | |
- name: REUSE Compliance Check | |
uses: fsfe/reuse-action@v1 |