From 3001eb73d45f1eeae0c21bc76d6787e265cede83 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Tue, 9 Jul 2024 09:11:49 +0200 Subject: [PATCH] add the setup action to the lint GHA job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 694e52547..f94d68c2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: steps: - uses: actions/checkout@v1 - uses: coursier/cache-action@v6 + - uses: coursier/setup-action@v1 - name: Test run: sbt -v "+scalafmtCheckAll"