Skip to content

Commit

Permalink
existing lint cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Dec 26, 2023
1 parent 03fc7c0 commit a03a1fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
go-version: 1.21
- name: golangci-lint
run: make lint-all
run: make lint
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ lint-fix:
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@$(golangci_version)
@$(golangci_lint_cmd) run --fix --out-format=tab --issues-exit-code=0

lint-all:
@echo "--> Running linter"
@go run github.com/golangci/golangci-lint/cmd/golangci-lint run --timeout=10m
@docker run -v $(PWD):/workdir ghcr.io/igorshubovych/markdownlint-cli:latest "**/*.md"

# bench is the basic tests that shouldn't crash an aws instance
bench:
cd benchmarks && \
Expand Down

0 comments on commit a03a1fd

Please sign in to comment.