Skip to content

Commit

Permalink
Merge pull request #5 from GetDutchie/reed/FIX-yamlfmt-gha
Browse files Browse the repository at this point in the history
Quote the golang version
  • Loading branch information
rswiernik authored Aug 22, 2023
2 parents 3d41b56 + 5dfa948 commit 5a7257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yaml-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"
- name: Install dependencies
run: go install github.com/google/yamlfmt/cmd/yamlfmt@latest
- name: Format
Expand Down

0 comments on commit 5a7257e

Please sign in to comment.