-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compact markdown tables to avoid GitHub comment limit (#412)
* Compact markdown tables * Add notice if action is unable to produce comment within GitHub limits * rebuild * Fix npm version in CI * Rollback npm to 6.12.0 * Downgrade package versions to remain compatibility with node10
- Loading branch information
Showing
10 changed files
with
1,907 additions
and
1,664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,9 @@ jobs: | |
with: | ||
node-version: ${{ matrix.node }} | ||
|
||
- name: Setup [email protected] | ||
run: npm i -g [email protected] | ||
|
||
- name: Install deps and build (with cache) | ||
uses: bahmutov/npm-install@v1 | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
"version": "1.0.0", | ||
"description": "", | ||
"main": "dist/index.js", | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"test": "jest", | ||
"test:log-coverage": "jest --coverage", | ||
|
@@ -20,6 +21,7 @@ | |
"@actions/core": "^1.10.0", | ||
"@actions/exec": "^1.1.1", | ||
"@actions/github": "^5.0.3", | ||
"@actions/http-client": "^2.0.1", | ||
"fs-extra": "^10.0.0", | ||
"markdown-table": "^2.0.0", | ||
"micromatch": "^4.0.4", | ||
|
@@ -29,6 +31,7 @@ | |
"yup": "^0.32.9" | ||
}, | ||
"devDependencies": { | ||
"@types/babel__traverse": "^7.14.2", | ||
"@types/fs-extra": "^9.0.11", | ||
"@types/istanbul-lib-coverage": "^2.0.4", | ||
"@types/jest": "^27.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters