mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 06:03:25 +00:00
6 lines
92 B
Makefile
6 lines
92 B
Makefile
.PHONY: lint
|
|
|
|
lint:
|
|
golangci-lint run --out-format=github-actions --config .golangci.yml
|
|
|