File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 82
82
- name : Check kotlin
83
83
working-directory : ./kotlin
84
84
run : sh ./gradlew --no-daemon check
85
- scala :
86
- runs-on : ubuntu-22.04
87
- steps :
88
- - uses : actions/checkout@v4
89
- - uses : actions/setup-java@v4
90
- with :
91
- distribution : ' temurin'
92
- java-version : ' 17'
93
- - name : Check scala
94
- working-directory : ./scala
95
- run : bash sbt test
96
85
clojure :
97
86
runs-on : ubuntu-22.04
98
87
steps :
@@ -107,21 +96,6 @@ jobs:
107
96
curl -LO https://raw.githubusercontent.com/technomancy/leiningen/2.11.2/bin/lein > ~/lein
108
97
sh ~/lein test
109
98
sh ~/lein uberjar
110
- groovy :
111
- runs-on : ubuntu-22.04
112
- steps :
113
- - uses : actions/checkout@v4
114
- - uses : actions/setup-java@v4
115
- with :
116
- distribution : ' temurin'
117
- java-version : ' 17'
118
- - name : Check groovy
119
- working-directory : ./groovy
120
- run : |
121
- curl -LO https://services.gradle.org/distributions/gradle-8.8-bin.zip
122
- mkdir /tmp/gradle && unzip gradle-8.8-bin.zip -d /tmp/
123
- sh /tmp/gradle-8.8/bin/gradle wrapper
124
- sh ./gradlew --no-daemon check
125
99
csharp :
126
100
runs-on : ubuntu-22.04
127
101
steps :
You can’t perform that action at this time.
0 commit comments