Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Feb 22, 2023
1 parent 68dc94a commit fdd1c36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: golangci
on:
push:
branches:
- master
- main
pull_request:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GO_TEST_EXTRA_ARGS ?=

.PHONY: lint
lint: tools
@golangci-lint run ./... --fix -E gofumpt
@golangci-lint run ./... --fix

.PHONY: tools
tools:
Expand Down

0 comments on commit fdd1c36

Please sign in to comment.