Skip to content

Commit

Permalink
Merge pull request #4 from create-go-app/dev
Browse files Browse the repository at this point in the history
Del ansible linter from Taskfile
  • Loading branch information
Vic Shóstak authored Jul 9, 2020
2 parents 0ecc618 + 150cac3 commit 47a906d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,9 @@ tasks:
- task: generate
- go build -i -o $GOPATH/bin/cgapp ./*.go

linters:
desc: Linters
cmds:
- ansible-lint ./configs/deploy-playbook.yml

release:
desc: GitHub release for CLI
cmds:
- task: linters
- task: security
- task: test
- git tag -a {{.TAG}} -m "{{.TAG}}"
Expand Down

0 comments on commit 47a906d

Please sign in to comment.