We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d48cb7 commit f1c1973Copy full SHA for f1c1973
1 file changed
.github/workflows/pr-copy-ci-hato-bot.yml
@@ -31,11 +31,7 @@ jobs:
31
find hato-bot/${worklows_path} -type f \
32
-not -name "*hato-bot.yml" \
33
-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
+ for f in .markdown-lint.yml .python-lint .textlintrc .gitleaks.toml .pre-commit-config.yaml .python-version package.json yarn.lock
39
do
40
cp hato-bot/${f} sudden-death/
41
done
0 commit comments