Skip to content

Commit 22a2e77

Browse files
authored
Merge pull request #849 from dev-hato/add_textlintrc
.textlintrcをsudden-deathに反映させる
2 parents c8c386c + 75d0770 commit 22a2e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-copy-ci-hato-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
find hato-bot/${worklows_path} -type f \
3232
-not -name "*hato-bot.yml" \
3333
-exec cp {} "${DEST_PATH}" \;
34-
for f in .markdown-lint.yml .python-lint .python-lint
34+
for f in .markdown-lint.yml .python-lint .python-lint .textlintrc
3535
do
3636
cp hato-bot/.github/linters/${f} sudden-death/.github/linters/
3737
done

0 commit comments

Comments
 (0)