mirror of
https://github.com/arnaucube/mirror-to-gitea.git
synced 2026-02-07 11:36:45 +01:00
bootstrap taskfile
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -12,4 +12,5 @@ jobs:
|
|||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: "1.16"
|
go-version: "1.16"
|
||||||
- run: echo 'TODO'
|
- uses: arduino/setup-task@v1
|
||||||
|
- run: task world
|
||||||
|
|||||||
15
Taskfile.yml
Normal file
15
Taskfile.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
silent: true
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
world:
|
||||||
|
desc: run - literally - evertyhing ;)
|
||||||
|
cmds:
|
||||||
|
- task: test
|
||||||
|
|
||||||
|
test:
|
||||||
|
cmds: [ go test ./... ]
|
||||||
|
|
||||||
|
default:
|
||||||
|
cmds: [ task: world ]
|
||||||
Reference in New Issue
Block a user