diff --git a/.github/workflows/destructive-command-guard.yml b/.github/workflows/destructive-command-guard.yml new file mode 100644 index 0000000..b2b7f74 --- /dev/null +++ b/.github/workflows/destructive-command-guard.yml @@ -0,0 +1,19 @@ +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.4.5 + with: + paths: . + fail-on: error + format: markdown + comment-on-pr: false