mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-12 19:46:32 +00:00
82fd65665f
bidichk checks for dangerous unicode character sequences (https://github.com/golangci/golangci-lint/pull/2330)
5 lines
167 B
Makefile
5 lines
167 B
Makefile
build:
|
|
@GO111MODULE=on go build -ldflags '-s -w' -o contextcheck ./cmd/contextcheck/main.go
|
|
|
|
install:
|
|
@GO111MODULE=on go install -ldflags '-s -w' ./cmd/contextcheck
|