Skip to content

Commit 70f0eea

Browse files
authored
Merge pull request #87 from Typeform/chore/REACH-472-standard-checks
chore(REACH-472): add ci-standard-checks workflow
2 parents d7b76ed + fd46831 commit 70f0eea

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: CI Standard Checks
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
types: [opened, edited, synchronize, reopened]
8+
branches:
9+
- master
10+
11+
jobs:
12+
ci-standard-checks:
13+
runs-on: [ubuntu-latest]
14+
15+
steps:
16+
- name: Check Out Source Code
17+
uses: actions/checkout@v2
18+
with:
19+
fetch-depth: 0
20+
21+
- name: CI Standard Checks
22+
uses: Typeform/ci-standard-checks@v1
23+
with:
24+
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)