Skip to content

Commit

Permalink
detect forbidden characters CIの説明を記載
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Feb 1, 2023
1 parent 653081e commit 33fb996
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/detect_forbidden_characters.yml
@@ -1,5 +1,13 @@
name: detect forbidden characters

# 本リポジトリでは、以下に挙げる文字の使用を禁止している:
# U+00AD SOFT HYPHEN (ソフトハイフン)
# U+200B ZERO WIDTH SPACE (ゼロ幅スペース)
#
# 経緯は以下を参照:
# #735 SOFT HYPHENを削除する?
# https://github.com/cpprefjp/site/issues/735

on: [push, pull_request, workflow_dispatch]

jobs:
Expand Down

0 comments on commit 33fb996

Please sign in to comment.