Skip to content

Commit c11cb56

Browse files
committed
remove ci lint
1 parent f019d7e commit c11cb56

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -91,23 +91,4 @@ jobs:
9191
run: go build -tags dds ./cmd/telegraf
9292

9393
- name: Verify DDS plugin is available
94-
run: ./telegraf --input-list | grep dds_consumer
95-
96-
lint:
97-
name: Lint
98-
runs-on: ubuntu-latest
99-
100-
steps:
101-
- name: Checkout code
102-
uses: actions/checkout@v4
103-
104-
- name: Set up Go
105-
uses: actions/setup-go@v4
106-
with:
107-
go-version: '1.24'
108-
109-
- name: Run golangci-lint
110-
uses: golangci/golangci-lint-action@v3
111-
with:
112-
version: latest
113-
args: --timeout=5m
94+
run: ./telegraf --input-list | grep dds_consumer

0 commit comments

Comments
 (0)