From bf8e276786f92d25222fa03673f19206f63e0365 Mon Sep 17 00:00:00 2001 From: Kirk Rodrigues <2454684+kirkrodrigues@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:44:26 -0400 Subject: [PATCH] Add init step to lint workflow. --- .github/workflows/clp-lint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/clp-lint.yaml b/.github/workflows/clp-lint.yaml index 75f74fe4a..978acba78 100644 --- a/.github/workflows/clp-lint.yaml +++ b/.github/workflows/clp-lint.yaml @@ -36,6 +36,9 @@ jobs: name: "Install coreutils (for md5sum)" run: "brew install coreutils" + - run: "./tools/scripts/init.sh" + shell: "bash" + - name: "Run lint task" shell: "bash" run: "task lint:check"