Skip to content

Commit b1ae386

Browse files
committed
chore: rename config file
1 parent 896165b commit b1ae386

File tree

3 files changed

+1
-33
lines changed

3 files changed

+1
-33
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
uses: golangci/golangci-lint-action@v8
2828
with:
2929
version: "latest"
30-
args: -c ./golangci.yml
3130
- name: Format lint
3231
run: |
3332
make install-tools && make format && git diff && git diff --quiet

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install-tools: ## Install linting tools
99
go install github.com/segmentio/golines@latest
1010

1111
lint: ## Run golangci linter
12-
golangci-lint run -c ./golangci.yml ./...
12+
golangci-lint run ./...
1313

1414
format: ## Format code
1515
gofumpt -l -w -extra .

golangci.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)