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 5a835d5 commit 4b0f53bCopy full SHA for 4b0f53b
README.md
@@ -1,3 +1,9 @@
1
// 🔮 INIT CLIENTS — Discord & BadgeClient
2
// 📜 LOAD BADGE CONFIG — badge-locations.yml
3
// 🧿 LISTEN FOR SPONSOR PING — Trigger dropBadge()
4
+- name: Confirm README presence
5
+ run: |
6
+ if [[ ! -f README.md ]]; then
7
+ echo "ERROR: README.md not found in workspace!"
8
+ exit 1
9
+ fi
0 commit comments