Skip to content

Commit f1c1973

Browse files
committed
sudden-deathに持っていくファイル調整
1 parent 0d48cb7 commit f1c1973

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +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 .textlintrc
35-
do
36-
cp hato-bot/.github/linters/${f} sudden-death/.github/linters/
37-
done
38-
for f in .gitleaks.toml .pre-commit-config.yaml .python-version package.json yarn.lock
34+
for f in .markdown-lint.yml .python-lint .textlintrc .gitleaks.toml .pre-commit-config.yaml .python-version package.json yarn.lock
3935
do
4036
cp hato-bot/${f} sudden-death/
4137
done

0 commit comments

Comments
 (0)