Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
刚刚在搞一个 Github Actions,没想到忽然连同上一个 PR 一起 merged 到了 main 里。这里我来说明一下:
每次 push 或 PR 时都会重构所有代码(用的是 Prettier),并检查有没有404链接(用的是 github-action-markdown-link-check)。有的话主页会有个红叉,点进去里面会有说明,改掉再 push 一次就可以了。
现在我在搞着一个检查 AC 的流程。多人协作,疏漏难免,希望能方便到大家,文章也更可靠些。