Skip to content

Commit 55ac4f0

Browse files
appleboyclaude
andcommitted
ci(workflows): remove non-existent make generate step
The lint job referenced `make generate` which has no corresponding Makefile target, causing CI to fail. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1f87a77 commit 55ac4f0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/testing.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
with:
3333
go-version: ${{ matrix.go }}
3434

35-
- name: Run Generate
36-
run: |
37-
make generate
38-
3935
- name: Setup golangci-lint
4036
uses: golangci/golangci-lint-action@v9
4137
with:

0 commit comments

Comments
 (0)