constellation/hack/tools/tools.go
Paul Meyer 3a04786412 bazel: add actionlint to //:check
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-03-16 13:02:11 -04:00

16 lines
239 B
Go

//go:build tools
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: AGPL-3.0-only
*/
package main
import (
_ "github.com/katexochen/sh/v3/cmd/shfmt"
_ "github.com/rhysd/actionlint/cmd/actionlint"
_ "mvdan.cc/gofumpt"
)