Skip to content

Commit d3139eb

Browse files
wphillipmoorewphillipmoore-claude
andcommitted
fix: sync shared tooling to v1.0.2
Update sync-tooling.sh from standard-tooling v1.0.2: - Fix --actions-compat flag leaking during self-update re-exec - Add canonical source comment to repo-profile.sh Co-Authored-By: wphillipmoore-claude <255925739+wphillipmoore-claude@users.noreply.github.com>
1 parent b7a7950 commit d3139eb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/dev/sync-tooling.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ACTIONS_SCRIPTS_DIR="actions/standards-compliance/scripts"
4242

4343
mode="check"
4444
ref=""
45-
actions_compat=false
45+
actions_compat=""
4646

4747
usage() {
4848
cat <<EOF

scripts/lint/repo-profile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22
# shellcheck disable=SC2034
33
# Variables are read via indirect expansion (${!key}).
4+
# Canonical source: standard-tooling
45
set -euo pipefail
56

67
profile_file="docs/repository-standards.md"

0 commit comments

Comments
 (0)