We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc21429 commit cd76544Copy full SHA for cd76544
.github/workflows/ci.yml
@@ -29,6 +29,9 @@ jobs:
29
steps:
30
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
32
+ # yamllint is installed in GitHub Actions base runner image: https://github.com/adrienverge/yamllint/pull/588
33
+ - run: yamllint .
34
+
35
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
36
with:
37
go-version-file: go.mod
0 commit comments