Skip to content

Commit

Permalink
ci: add guardrails workflow [skip deploy] (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchawn authored Oct 10, 2024
1 parent 443a955 commit b715156
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/guardrails.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: 'Guardrails'

on:
pull_request:
types:
- opened
- edited
- synchronize

jobs:
stale:
name: Check Guardrails
uses: wealthsimple/github-workflows/.github/workflows/guardrails.yml@v1
secrets: inherit

0 comments on commit b715156

Please sign in to comment.