Skip to content

Commit

Permalink
style: reformat yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Nov 18, 2024
1 parent 9494e44 commit 083f4b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
version: '3'
version: "3"

set: [errexit, nounset, pipefail]
shopt: [globstar]

includes:
lint:
taskfile: https://github.com/nikaro/meta/raw/main/taskfiles/lint.yml
taskfile: https://github.com/nikaro/meta/raw/tasks-v1/taskfiles/lint.yml
internal: true
format:
taskfile: https://github.com/nikaro/meta/raw/main/taskfiles/format.yml
taskfile: https://github.com/nikaro/meta/raw/tasks-v1/taskfiles/format.yml
internal: true
go:
taskfile: https://github.com/nikaro/meta/raw/main/taskfiles/go.yml
taskfile: https://github.com/nikaro/meta/raw/tasks-v1/taskfiles/go.yml
vars:
BUILD_TARGETS:
- linux/amd64
Expand Down Expand Up @@ -68,7 +68,7 @@ tasks:

install:
desc: Install the application
deps: ['go:build']
deps: ["go:build"]
cmds:
- install -Dm755 ./build/${APP}-${GOOS}-${GOARCH} ${BINDIR}/${APP}

Expand Down

0 comments on commit 083f4b2

Please sign in to comment.