Skip to content

Commit 082e42a

Browse files
committed
skip linting for CI/CD
1 parent 5f5e961 commit 082e42a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lint:
1616
cd src && golangci-lint run --timeout=5m
1717

1818
.PHONY: build
19-
build: lint
19+
build:
2020
cd src && go build -o ../${APPLICATION_NAME} .
2121

2222
.PHONY: run

0 commit comments

Comments
 (0)