Skip to content

Add testimonial submission modal and form handling to Testimonials co… #242

Add testimonial submission modal and form handling to Testimonials co…

Add testimonial submission modal and form handling to Testimonials co… #242

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Hello, CI!"
- name: Check workflows directory
run: |
echo "🔍 Checking workflow files..."
ls -la .github/workflows/ || echo "⚠️ No workflows directory found"