Files
dance-lessons-coach/.vibe/skills/bdd-testing/scripts/example.sh
Gabriel Radureau 89f17cba7d
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 7m12s
🔧 chore: fix skill naming and gitea actions compatibility (related to #2)
2026-04-06 16:56:11 +02:00

14 lines
268 B
Bash
Executable File

#!/bin/bash
# Example script for bdd-testing skill
set -e
echo "This is an example script for the bdd-testing skill"
echo "Replace this with your actual script logic"
# Your script implementation goes here
# Example:
# echo "Processing..."
# [command] [arguments]