We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe921f commit 63e8626Copy full SHA for 63e8626
start_editing.md
@@ -39,7 +39,7 @@ buildアクションで、MarkdownからHTMLへの変換と、GitHub Pagesへの
39
40
#### 自動テスト
41
- 禁止文字の検出 (detect forbidden charactersアクション)
42
- - 説明は[detect_forbidden_characters.yml](https://github.com/cpprefjp/site/blob/master/.github/workflows/detect_forbidden_characters.yml)のコメントを参照
+ - ソフトハイフンやゼロ幅スペースなどの禁止された文字が使用されている場合に、エラーが発生する
43
- 内部リンクの誤り検出 (inner link checkアクション)
44
- サイト内のリンクが存在しない、または存在しているのに.nolinkを指定している場合にエラーが発生する
45
- [GitHub Actionsの実行ログ](https://github.com/cpprefjp/site/actions/workflows/check.yml)で、どのページのどのリンクが不正かがわかるので、それを修正すること
0 commit comments