We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0df4c9 commit 1a4d7f5Copy full SHA for 1a4d7f5
.github/workflows/ci.yml
@@ -24,6 +24,9 @@ jobs:
24
- os: ubuntu-latest
25
java: 17
26
jobtype: 3
27
+ - os: ubuntu-latest
28
+ java: 17
29
+ jobtype: 4
30
runs-on: ${{ matrix.os }}
31
steps:
32
- name: Checkout
@@ -53,6 +56,9 @@ jobs:
53
56
3)
54
57
sbt -v -Dfile.encoding=UTF-8 "runBenchmarks"
55
58
;;
59
+ 4)
60
+ sbt -v -Dfile.encoding=UTF-8 scalafmtCheckAll scalafmtSbtCheck
61
+ ;;
62
*)
63
echo unknown jobtype
64
exit 1
bin/run-ci.sh
@@ -4,8 +4,6 @@ set -o nounset
4
5
sbt -Dfile.encoding=UTF-8 \
6
mimaReportBinaryIssues \
7
- scalafmtCheckAll \
8
- scalafmtSbtCheck \
9
Test/compile \
10
doc \
11
crossTestBridges \
0 commit comments