Skip to content

Commit 9e910c1

Browse files
authored
chore: rename task lint
chore: rename task lint
2 parents c650237 + 3855545 commit 9e910c1

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
@@ -13,7 +13,7 @@ tasks:
1313
cmds:
1414
- task -a
1515

16-
linter:
16+
lint:
1717
desc: "Run linter"
1818
cmds:
1919
- golangci-lint run --timeout 5m

0 commit comments

Comments
 (0)