Skip to content

Bump the npm_and_yarn group across 3 directories with 18 updates #60

Bump the npm_and_yarn group across 3 directories with 18 updates

Bump the npm_and_yarn group across 3 directories with 18 updates #60

name: Security Policy Check
on: [push, pull_request]
jobs:
verify-security-md:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check for placeholders
run: |
if grep -qE "Use this section|Tell them|placeholder" SECURITY.md; then
echo "::error::Placeholder text detected in SECURITY.md"
exit 1
fi