We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e7652 commit fe34184Copy full SHA for fe34184
1 file changed
.github/workflows/ci.yml
@@ -33,22 +33,6 @@ jobs:
33
- name: Build
34
run: go build -o lark-server ./cmd/lark-server
35
36
- lint:
37
- name: Lint
38
- runs-on: ubuntu-latest
39
- steps:
40
- - uses: actions/checkout@v4
41
-
42
- - uses: actions/setup-go@v5
43
- with:
44
- go-version: '1.25'
45
- cache: true
46
47
- - name: golangci-lint
48
- uses: golangci/golangci-lint-action@v7
49
50
- version: v2.1
51
52
docker:
53
name: Docker Build
54
runs-on: ubuntu-latest
0 commit comments