Skip to content

Commit 7281c0e

Browse files
Update check-code-style.yml
1 parent cbe27d4 commit 7281c0e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check-code-style.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
17-
17+
18+
- uses: sbt/setup-sbt@v1
19+
- uses: coursier/cache-action@v6
20+
1821
# brew install sbt; cd graphql-java-codegen-sbt-plugin; sbt fmt or sbt check
1922
- name: Check Scala Code Style
2023
working-directory: plugins/sbt/graphql-java-codegen-sbt-plugin

0 commit comments

Comments
 (0)