Skip to content

Commit 3b6b12f

Browse files
committed
formatting
1 parent 93b3778 commit 3b6b12f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
- uses: coursier/cache-action@v5
4444
- name: Run sbt tests
4545
run: |
46-
./.github/scripts/test.sh
46+
./.github/scripts/test.sh
4747
48-
# From https://www.scala-sbt.org/1.x/docs/GitHub-Actions-with-sbt.html
48+
# From https://www.scala-sbt.org/1.x/docs/GitHub-Actions-with-sbt.html
4949
rm -rf "$HOME/.ivy2/local" || true
5050
find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true
5151
find $HOME/.ivy2/cache -name "ivydata-*.properties" -delete || true

0 commit comments

Comments
 (0)