Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 37c8654

Browse files
authored
Merge pull request #240 from exoego/ci-lint
[CI] Linting README
2 parents 2f95d70 + 14625ec commit 37c8654

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/format.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ jobs:
1010
- uses: olafurpg/setup-scala@v5
1111
- name: Check Scalafmt/Scaladoc
1212
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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Scala.js type facades for Node.js v10 and v12.
44

55
## Support matrix
66

7-
| | ScalaJS 0.6.28+ | ScalaJS 1.x |
8-
| ---------- | :----------------: | :------------: |
7+
| | ScalaJS 0.6.28+ | ScalaJS 1.x |
8+
| ---------- | :----------------: | :-----------------------------: |
99
| Scala 2.13 | :heavy_check_mark: | :heavy_check_mark: from v0.10.0 |
1010
| 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 |
1313

1414
- :heavy_check_mark: Supported
1515
- :construction: Not supported but planned

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
]
1313
},
1414
"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",
1717
"source-map-support": "^0.5.13"
1818
}
1919
}

0 commit comments

Comments
 (0)