From ccc58f2a84e3f12dd09c677a1ba7e1e10ff5bff9 Mon Sep 17 00:00:00 2001 From: Thanh Le Date: Sun, 17 Nov 2024 19:14:12 +0100 Subject: [PATCH] Change format to lint --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2cae13a..4463fe81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: java-version: 21 - run: sbt compile - format: + lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3