Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Merge pull request #42 from gotwarlost/xface #98

Merge pull request #42 from gotwarlost/xface

Merge pull request #42 from gotwarlost/xface #98

name: check notices
on:
pull_request:
push:
branches:
- main
jobs:
check-gen:
name: check notices
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v3
with:
fetch-depth: "0"
- id: go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: checks
run: |
./scripts/licenses/generate-notice.sh
make ci-check-dirty