bazel: add actionlint to //:check

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-03-16 17:07:06 +01:00
parent 62e2e70699
commit 3a04786412
9 changed files with 103 additions and 49 deletions

View file

@ -10,5 +10,6 @@ package main
import (
_ "github.com/katexochen/sh/v3/cmd/shfmt"
_ "github.com/rhysd/actionlint/cmd/actionlint"
_ "mvdan.cc/gofumpt"
)