Skip to content

Commit 2fef009

Browse files
authored
Merge pull request #1 from Typeform/SETI-1159-add-ci-standard-workflow
chore: [SETI-1159] 👷 add ci standard workflow
2 parents 1aa1b51 + c877cbe commit 2fef009

File tree

2 files changed

+26
-30
lines changed

2 files changed

+26
-30
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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 }}
25+
dockerUsername: ${{ secrets.GITLEAKS_DOCKER_USERNAME }}
26+
dockerPassword: ${{ secrets.GITLEAKS_DOCKER_PASSWORD }}

.github/workflows/secrets-scan.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)