From 1ea7851c7db058ccec2ecd852b028a73933d9b1e Mon Sep 17 00:00:00 2001 From: David Zager Date: Thu, 8 Feb 2024 15:05:17 -0500 Subject: [PATCH] :seedling: lint workflows before merge Signed-off-by: David Zager --- .github/workflows/_main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/_main.yml b/.github/workflows/_main.yml index 3a10b00..6b61800 100644 --- a/.github/workflows/_main.yml +++ b/.github/workflows/_main.yml @@ -7,6 +7,13 @@ on: - '**.md' jobs: + lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-go@v3 + - run: go install github.com/rhysd/actionlint/cmd/actionlint@latest + - run: actionlint tests: runs-on: ubuntu-latest steps: