We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8769d41 commit 2caa685Copy full SHA for 2caa685
.github/workflows/comment-diffs.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: 📥 Monorepo install
32
uses: ./.github/actions/setup
33
with:
34
+ enable-corepack: false
35
cache-node-modules: true
36
cache-install-state: true
37
.github/workflows/configMatrix.sh
@@ -4,18 +4,18 @@
4
5
export libraryTypes=(
6
module-legacy
7
- # module-mixed
8
- # module-new
9
- # view-legacy
10
- # view-mixed
11
- # view-new
+ module-mixed
+ module-new
+ view-legacy
+ view-mixed
+ view-new
12
)
13
14
export languages=(
15
java-objc
16
- # java-swift
17
- # kotlin-objc
18
- # kotlin-swift
+ java-swift
+ kotlin-objc
+ kotlin-swift
19
20
21
export exclude=(
0 commit comments