We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3746fdc commit caa9448Copy full SHA for caa9448
1 file changed
justfile
@@ -52,7 +52,7 @@ rsr-check:
52
@[ -d .machine_readable ] || (echo "❌ Missing .machine_readable/" && exit 1)
53
@[ -d .bot_directives ] || (echo "❌ Missing .bot_directives/" && exit 1)
54
@[ -f 0-AI-MANIFEST.a2ml ] || (echo "❌ Missing AI manifest" && exit 1)
55
- @[ $$(find .github/workflows -name "*.yml" | wc -l) -eq 17 ] || (echo "❌ Wrong workflow count" && exit 1)
+ @[ $(find .github/workflows -name "*.yml" | wc -l) -eq 17 ] || (echo "❌ Wrong workflow count" && exit 1)
56
@echo "✅ RSR compliant"
57
58
# Verify Hypatia and gitbot-fleet integration
0 commit comments