From ed96a87105b309af37ddb49928ab0cdc4f04e089 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Thu, 1 Feb 2024 11:58:18 +0100 Subject: [PATCH] Fix typo --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 905aafd..949e6b1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: npm install npm run all - # create an sbt file to enabling sbt caching + # create an sbt file to enable sbt caching - run: echo 'name := "foo"' > build.sbt - id: cs-setup uses: ./