Skip to content

Commit d1b1abc

Browse files
themr0cclaude
andcommitted
chore: remove redundant CQA directory copy in pr.yml
The rsync on line 148 already copies the entire build/scripts directory including cqa/. The subsequent rm + cp of the same cqa/ directory was a leftover from before rsync was used. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 635bb0f commit d1b1abc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ jobs:
148148
for f in build/scripts/build-ccutil.sh build/scripts/build-orchestrator.js build/scripts/error-patterns.json lychee.toml .lycheeignore; do
149149
if [[ -f "trusted-scripts/$f" ]]; then cp "trusted-scripts/$f" "pr-content/$f"; fi
150150
done
151-
if [[ -d "trusted-scripts/build/scripts/cqa" ]]; then
152-
rm -rf pr-content/build/scripts/cqa
153-
cp -r trusted-scripts/build/scripts/cqa pr-content/build/scripts/cqa
154-
fi
155151
touch pr-content/.lycheecache
156152
cd pr-content
157153
# Add base branch as remote so CQA checks can diff PR content against it

0 commit comments

Comments
 (0)