Skip to content

Commit 3215819

Browse files
committed
CI check
1 parent d86d18a commit 3215819

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/warden.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Warden
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
checks: write
11+
12+
jobs:
13+
review:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
- uses: getsentry/warden@v0
18+
with:
19+
anthropic-api-key: ${{ secrets.WARDEN_ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)