Skip to content

chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 #530

chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3

chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 #530

Workflow file for this run

name: Verify License
on:
workflow_dispatch:
push:
branches: ['main', 'release-*']
pull_request:
jobs:
license-check:
name: license boilerplate check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.18.x'
- name: Install addlicense
run: go install github.com/google/addlicense@latest
- name: Check license headers
run: |
set -e
addlicense --check -l apache -c 'The Witness Contributors' -v *