Skip to content

Commit e21a2bd

Browse files
committed
fix ci.
1 parent f68ea05 commit e21a2bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,4 @@ jobs:
2626
- uses: codecov/codecov-action@v4
2727
with:
2828
fail_ci_if_error: true
29-
token: ${{ secrets.CODECOV_TOKEN }}
30-
- name: Format check
31-
run: sbt scalastyle
29+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)