Skip to content

Commit 1a8eacf

Browse files
committed
chore: rename linter task to lint in Taskfile and update linter workflow
1 parent 7c1ae75 commit 1a8eacf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Run linter
3232
shell: /usr/bin/bash {0}
3333
run: |
34-
task linter
34+
task lint

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tasks:
3737
cmds:
3838
- go test -v -run "TestIntegration" ./...
3939

40-
linter:
40+
lint:
4141
desc: "Run linter"
4242
cmds:
4343
- golangci-lint run

0 commit comments

Comments
 (0)