mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
bazel: add license checks to //:check target (#1509)
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
da4e2521a9
commit
00c7611245
9 changed files with 945 additions and 56 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue