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

[CI] Linting README #240

Merged
merged 4 commits into from
May 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ jobs:
- uses: olafurpg/setup-scala@v5
- name: Check Scalafmt/Scaladoc
run: sbt ++2.13.2 scalafmtSbtCheck scalafmtCheck test:scalafmtCheck current/doc core/doc
- name: Install NPM deps
run: npm install
- name: Check README
run: npm run lint-md
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Scala.js type facades for Node.js v10 and v12.

## Support matrix

| | ScalaJS 0.6.28+ | ScalaJS 1.x |
| ---------- | :----------------: | :------------: |
| | ScalaJS 0.6.28+ | ScalaJS 1.x |
| ---------- | :----------------: | :-----------------------------: |
| Scala 2.13 | :heavy_check_mark: | :heavy_check_mark: from v0.10.0 |
| Scala 2.12 | :heavy_check_mark: | :heavy_check_mark: from v0.10.0 |
| Scala 2.11 | N/A | N/A |
| Scala 2.10 | N/A | N/A |
| Scala 2.11 | N/A | N/A |
| Scala 2.10 | N/A | N/A |

- :heavy_check_mark: Supported
- :construction: Not supported but planned
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
]
},
"dependencies": {
"remark-cli": "^7.0.0",
"remark-preset-lint-recommended": "^3.0.3",
"remark-cli": "^8.0.0",
"remark-preset-lint-recommended": "^4.0.0",
"source-map-support": "^0.5.13"
}
}