mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 12:40:19 +01:00
5 lines
92 B
Makefile
5 lines
92 B
Makefile
.PHONY: lint
|
|
|
|
lint:
|
|
golangci-lint run --out-format=github-actions --config .golangci.yml
|
|
|