Skip to content

Commit a386f5e

Browse files
committed
Remove hooks
1 parent 74d3337 commit a386f5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version: stable
3030

31-
- name: golangci-lint
31+
- name: Lint Playground
3232
uses: golangci/golangci-lint-action@v6
3333
with:
3434
version: v1.63.4
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
cp ./.golangci.yml ./sandbox/
4141
42-
- name: golangci-lint sandbox
42+
- name: Lint sandbox
4343
uses: golangci/golangci-lint-action@v6
4444
with:
4545
version: v1.63.4

0 commit comments

Comments
 (0)