bazel: add license checks to //:check target (#1509)

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-03-27 04:42:30 -04:00 committed by GitHub
parent da4e2521a9
commit 00c7611245
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 945 additions and 56 deletions

View file

@ -9,5 +9,6 @@ SPDX-License-Identifier: AGPL-3.0-only
package main
import (
_ "github.com/google/go-licenses"
_ "github.com/katexochen/sh/v3/cmd/shfmt"
)