Skip to content

Update SECURITY.md

Update SECURITY.md #3

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"