There was an error while loading. Please reload this page.
1 parent 74d3337 commit a386f5eCopy full SHA for a386f5e
1 file changed
.github/workflows/lint.yaml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
go-version: stable
30
31
- - name: golangci-lint
+ - name: Lint Playground
32
uses: golangci/golangci-lint-action@v6
33
34
version: v1.63.4
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
cp ./.golangci.yml ./sandbox/
41
42
- - name: golangci-lint sandbox
+ - name: Lint sandbox
43
44
45
0 commit comments