This repository was archived by the owner on Jul 30, 2024. It is now read-only.
File tree 3 files changed +10
-6
lines changed 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 10
10
- uses : olafurpg/setup-scala@v5
11
11
- name : Check Scalafmt/Scaladoc
12
12
run : sbt ++2.13.2 scalafmtSbtCheck scalafmtCheck test:scalafmtCheck current/doc core/doc
13
+ - name : Install NPM deps
14
+ run : npm install
15
+ - name : Check README
16
+ run : npm run lint-md
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ Scala.js type facades for Node.js v10 and v12.
4
4
5
5
## Support matrix
6
6
7
- | | ScalaJS 0.6.28+ | ScalaJS 1.x |
8
- | ---------- | :----------------: | :------------: |
7
+ | | ScalaJS 0.6.28+ | ScalaJS 1.x |
8
+ | ---------- | :----------------: | :----------------------------- : |
9
9
| Scala 2.13 | :heavy_check_mark : | :heavy_check_mark : from v0.10.0 |
10
10
| Scala 2.12 | :heavy_check_mark : | :heavy_check_mark : from v0.10.0 |
11
- | Scala 2.11 | N/A | N/A |
12
- | Scala 2.10 | N/A | N/A |
11
+ | Scala 2.11 | N/A | N/A |
12
+ | Scala 2.10 | N/A | N/A |
13
13
14
14
- :heavy_check_mark : Supported
15
15
- :construction : Not supported but planned
Original file line number Diff line number Diff line change 12
12
]
13
13
},
14
14
"dependencies" : {
15
- "remark-cli" : " ^7 .0.0" ,
16
- "remark-preset-lint-recommended" : " ^3 .0.3 " ,
15
+ "remark-cli" : " ^8 .0.0" ,
16
+ "remark-preset-lint-recommended" : " ^4 .0.0 " ,
17
17
"source-map-support" : " ^0.5.13"
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments