Skip to content

Commit af44bc2

Browse files
authored
chore(gha): add ci standards checks (#4)
1 parent 1d6604c commit af44bc2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: CI Standard Checks
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
types:
8+
- opened
9+
- edited
10+
- synchronize
11+
- reopened
12+
- ready_for_review
13+
branches:
14+
- main
15+
jobs:
16+
ci-standard-checks:
17+
uses: Typeform/.github/.github/workflows/ci-standard-checks-workflow.yaml@v1

0 commit comments

Comments
 (0)