Skip to content

Commit

Permalink
ci: Activate YAML linter (#35)
Browse files Browse the repository at this point in the history
Activate YAML linter
  • Loading branch information
ankurdotb authored Sep 13, 2022
1 parent fbbeb14 commit a26e248
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
VALIDATE_OPENAPI: true
VALIDATE_PYTHON_PYLINT: true
VALIDATE_XML: true
# VALIDATE_YAML: true
VALIDATE_YAML: true
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ builds:
flags:
- -mod=readonly
- -trimpath
# ldflags:
# - -X github.com/forbole/juno/v3/cmd.Version={{ .Version }}
# - -X github.com/forbole/juno/v3/cmd.Commit={{ .Commit }}
ldflags:
- -X github.com/forbole/juno/v3/cmd.Version={{ .Version }}
- -X github.com/forbole/juno/v3/cmd.Commit={{ .Commit }}

archives:
- id: release-archives
Expand Down

0 comments on commit a26e248

Please sign in to comment.