mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 06:07:22 +01:00
Add build manifest with build and lint steps
This commit is contained in:
parent
21514ae6b0
commit
e349c22ef3
1 changed files with 11 additions and 0 deletions
11
.build.yml
Normal file
11
.build.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
image: alpine/edge
|
||||||
|
packages:
|
||||||
|
- go
|
||||||
|
tasks:
|
||||||
|
- build: |
|
||||||
|
cd tokidoki/cmd/tokidoki
|
||||||
|
go build
|
||||||
|
- lint: |
|
||||||
|
cd tokidoki
|
||||||
|
go fmt ./...
|
||||||
|
git diff --exit-code
|
||||||
Loading…
Add table
Add a link
Reference in a new issue