Skip to content

Add dependabot config and add reusable workflow for calling witness #542

Add dependabot config and add reusable workflow for calling witness

Add dependabot config and add reusable workflow for calling witness #542

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 *