Skip to content

Commit eb9de38

Browse files
committed
CI pr-copy-ci-sudden-death: .eslintrc.ymlをコピーする
1 parent 28d6e8a commit eb9de38

File tree

1 file changed

+1
-1
lines changed
  • scripts/pr_copy_ci_sudden_death/pr_copy_ci

1 file changed

+1
-1
lines changed

scripts/pr_copy_ci_sudden_death/pr_copy_ci/copy_ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for f in $(find hato-bot/scripts -type f | grep -v hato_bot | sed -e "s:hato-bot
1818
cp "hato-bot/${f}" "sudden-death/${f}"
1919
done
2020

21-
for f in .markdown-lint.yml .python-lint .textlintrc .gitleaks.toml .mypy.ini .pre-commit-config.yaml .pep8 .flake8 .python-black .isort.cfg renovate.json; do
21+
for f in .markdown-lint.yml .python-lint .textlintrc .gitleaks.toml .mypy.ini .pre-commit-config.yaml .pep8 .flake8 .python-black .isort.cfg .eslintrc.yml renovate.json; do
2222
rm -f "sudden-death/${f}"
2323
cp hato-bot/${f} sudden-death/
2424
done

0 commit comments

Comments
 (0)