From b8e83708c1b31923b0c7df2f1ddca338ae49eedb Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Fri, 11 Apr 2025 15:40:35 -0700 Subject: [PATCH] Add yamllint --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c29d78f..525bd09b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,9 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + # yamllint is installed in GitHub Actions base runner image: https://github.com/adrienverge/yamllint/pull/588 + - run: yamllint . + - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 with: go-version-file: go.mod