Skip to content

Commit 9d524ba

Browse files
Merge pull request #318 from wphillipmoore/bugfix/sync-tooling-v1.0.2
fix: sync shared tooling to v1.0.2
2 parents b7a7950 + d3139eb commit 9d524ba

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)