refactor: restructure project
This commit is contained in:
parent
1bde2041e1
commit
8215e1f13a
21 changed files with 850 additions and 269 deletions
9
.woodpecker/.test.yaml
Normal file
9
.woodpecker/.test.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
steps:
|
||||
- name: gotest
|
||||
image: golang:1.23.3
|
||||
commands:
|
||||
- go test ./...
|
||||
when:
|
||||
- event: push
|
||||
depends_on:
|
||||
- lint
|
Loading…
Add table
Add a link
Reference in a new issue