Skip to content

Commit 24f8b98

Browse files
author
Baton Admin
committed
chore: add verify workflow via baton-admin
1 parent b51abdb commit 24f8b98

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/verify.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This file is managed by baton-admin. Do not edit directly.
2+
name: Verify
3+
4+
on:
5+
pull_request:
6+
types: [opened, reopened, synchronize]
7+
push:
8+
branches:
9+
- main
10+
11+
jobs:
12+
verify:
13+
uses: ConductorOne/github-workflows/.github/workflows/verify.yaml@v4
14+
with:
15+
ref: ${{ github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)