Skip to content

Commit 722f12b

Browse files
fix: run go generate first
1 parent 5e9b829 commit 722f12b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/golangci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
29+
- name: Generate BPF code
30+
run: go generate ./bpf-prog/block-iptables/...
2931
- name: golangci-lint
3032
uses: golangci/golangci-lint-action@v6
3133
with:

0 commit comments

Comments
 (0)