copilot/add-bun-rules-package #1

Merged
eric merged 25 commits from copilot/add-bun-rules-package into main 2026-03-04 08:27:25 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4ee716530d - Show all commits

View File

@@ -4,5 +4,5 @@ set -euo pipefail
rule_file="$1"
grep -Eq 'set -euo pipefail' "${rule_file}"
grep -Eq 'src_args = " "\.join' "${rule_file}"
grep -Eq 'src_args = " "\.join\(\[_shell_quote\(src\.short_path\) for src in ctx\.files\.srcs\]\)' "${rule_file}"
grep -Eq 'exec "\$\{bun_bin\}" test \{src_args\} "\$@"' "${rule_file}"

View File

@@ -3,4 +3,4 @@ set -euo pipefail
workflow_file="$1"
grep -Eq 'bazel test //tests/\.\.\.' "${workflow_file}" || grep -Eq 'bazel test //\.\.\.' "${workflow_file}"
grep -Eq 'bazel test //(tests/)?\.\.\.' "${workflow_file}"