Skip to content

Bump actions/setup-python from 4.7.0 to 4.7.1 #4402

Bump actions/setup-python from 4.7.0 to 4.7.1

Bump actions/setup-python from 4.7.0 to 4.7.1 #4402

Workflow file for this run

name: license-check
on:
push:
branches:
- master
pull_request:
jobs:
addlicense-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run license check
run: |
go install github.com/google/addlicense@latest
export PATH=$PATH:$(go env GOPATH)/bin
addlicense -f hack/LICENSE.go.txt -check $(find $PWD -type f -name '*.go')