diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57e4710..59b19bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: src: - '**/*' - '!**/*.md' + - '!*.md' # `!**/*.md` doesn't match root-level files (e.g. README.md) - '!.github/workflows/docs.yml' check: diff --git a/.github/workflows/self-test.yml b/.github/workflows/self-test.yml index 12ea322..2e2eb07 100644 --- a/.github/workflows/self-test.yml +++ b/.github/workflows/self-test.yml @@ -33,6 +33,7 @@ jobs: src: - '**/*' - '!**/*.md' + - '!*.md' # `!**/*.md` doesn't match root-level files (e.g. README.md) - '!.github/workflows/docs.yml' matrix: diff --git a/TODO.md b/TODO.md index 112892c..be66cc5 100644 --- a/TODO.md +++ b/TODO.md @@ -80,3 +80,4 @@ v1.0.0 実装中に作成・解決済みの Issue(参考)。 | [#42](https://github.com/yk-lab/setup-task/issues/42) | `[security]` ダウンロード先ホスト/リダイレクト先を検証(NFR-1) | #53 | | [#54](https://github.com/yk-lab/setup-task/issues/54) | `[enhancement]` HTTP(S) proxy 環境で全 fetch を proxy 経由にする | #57 | | [#55](https://github.com/yk-lab/setup-task/issues/55) | `[documentation]` テスト規約(CLAUDE.md)を stub-fetch unit test の実態に合わせる | #58 | +| [#59](https://github.com/yk-lab/setup-task/issues/59) | `[ci]` paths-filter が root 直下の .md を docs 扱いせずフル CI が走る | #60 |