Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 2eb11eb

Browse files
authored
ci: add guardrails workflow [skip deploy] (#28)
1 parent 6b450b3 commit 2eb11eb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/guardrails.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: 'Guardrails'
3+
4+
on:
5+
pull_request:
6+
types:
7+
- opened
8+
- edited
9+
- synchronize
10+
11+
jobs:
12+
stale:
13+
name: Check Guardrails
14+
uses: wealthsimple/github-workflows/.github/workflows/guardrails.yml@v1
15+
secrets: inherit

0 commit comments

Comments
 (0)