Skip to content

Commit 08186d9

Browse files
committed
chore: add destructive command guard workflow
1 parent 8501a5a commit 08186d9

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Destructive Command Guard
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
scan:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: Dicklesworthstone/destructive_command_guard/action@v0
15+
with:
16+
paths: .
17+
fail-on: error
18+
format: markdown

0 commit comments

Comments
 (0)