diff --git a/.github/workflows/gate.yml b/.github/workflows/gate.yml index e69de29..e27d655 100644 --- a/.github/workflows/gate.yml +++ b/.github/workflows/gate.yml @@ -0,0 +1,20 @@ +name: Sentinel Gate + +on: + pull_request: + branches: [main, master] + push: + branches: [main, master] + +jobs: + gate: + name: 🛡️ Sentinel Gate + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: Run Sentinel Gate + uses: synapse-sentinel/gate@main + with: + github-token: \${{ secrets.GITHUB_TOKEN }}