Skip to content

chore: add Destructive Command Guard workflow #4

chore: add Destructive Command Guard workflow

chore: add Destructive Command Guard workflow #4

name: Destructive Command Guard
on:
push:
pull_request:
jobs:
scan:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: Dicklesworthstone/destructive_command_guard/action@v0
with:
paths: .
fail-on: error
format: markdown