-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ * The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
- Loading branch information
1 parent
adf7d27
commit bccf762
Showing
11 changed files
with
35 additions
and
29 deletions.
There are no files selected for viewing
Submodule markdown-link-check
updated
4 files
+1 −1 | Dockerfile | |
+60 −15 | README.md | |
+3 −6 | action.yml | |
+7 −2 | entrypoint.sh |
Submodule paths-filter
updated
12 files
+1 −6 | .eslintrc.json | |
+2 −2 | .github/workflows/build.yml | |
+11 −7 | .github/workflows/pull-request-verification.yml | |
+15 −0 | CHANGELOG.md | |
+57 −30 | README.md | |
+2 −2 | action.yml | |
+31,105 −26,639 | dist/index.js | |
+12,046 −12,252 | package-lock.json | |
+11 −13 | package.json | |
+0 −21 | src/exec.ts | |
+24 −22 | src/git.ts | |
+6 −11 | src/main.ts |
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
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
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