Skip to content

docs: align README with Score Engine 2.0 (#6) #43

docs: align README with Score Engine 2.0 (#6)

docs: align README with Score Engine 2.0 (#6) #43

name: Deployment Guard Self-Check
on:
push:
branches: [ main ]
jobs:
risk-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Deployment Guard
uses: BlueCodeIT/deployment-guard-action@v1
with:
api-key: ${{ secrets.GUARD_API_KEY }}
fail-on-blocked: 'false'