-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(scripts): repoint checks at the .adoc files that exist #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
0c74a9c
2556889
eaa97da
d457e9e
20a40f4
dedf170
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,7 +32,7 @@ check "CHANGELOG.adoc present" '[ -f CHANGELOG.adoc ]' | |
| check "EXPLAINME.adoc present" '[ -f EXPLAINME.adoc ]' | ||
| check "0-AI-MANIFEST.a2ml present" '[ -f 0-AI-MANIFEST.a2ml ]' | ||
| check "READINESS.md present" '[ -f READINESS.md ]' | ||
| check "TEST-NEEDS.md present" '[ -f TEST-NEEDS.md ]' | ||
| check "TEST-NEEDS.adoc present" '[ -f TEST-NEEDS.adoc ]' | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win Update the documented required filename.
🤖 Prompt for AI Agents |
||
| check ".well-known/security.txt" '[ -f .well-known/security.txt ]' | ||
| check ".github/FUNDING.yml" '[ -f .github/FUNDING.yml ]' | ||
| check ".github/workflows/ci.yml" '[ -f .github/workflows/ci.yml ]' | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚪ LOW RISK
Nitpick: Remove the redundant duplicate grep for the 'Versioning' pattern.