Skip to content

Merge pull request #141 from thanos-community/bump_go_123_ghactions #166

Merge pull request #141 from thanos-community/bump_go_123_ghactions

Merge pull request #141 from thanos-community/bump_go_123_ghactions #166

Workflow file for this run

name: Verify dependency licenses
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
licensing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: sudo gem install license_finder
- run: go get -v ./...
- run: license_finder