chore: [SETI-1159] 👷 add ci standard workflow

This commit is contained in:
SETI Bender 2021-05-20 20:10:42 +02:00
parent 65dc717bf2
commit b933c2490d

View file

@ -0,0 +1,26 @@
name: CI Standard Checks
on:
push:
branches:
- master
pull_request:
types: [opened, edited, synchronize, reopened]
branches:
- master
jobs:
ci-standard-checks:
runs-on: [ubuntu-latest]
steps:
- name: Check Out Source Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: CI Standard Checks
uses: Typeform/ci-standard-checks@v1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
dockerUsername: ${{ secrets.GITLEAKS_DOCKER_USERNAME }}
dockerPassword: ${{ secrets.GITLEAKS_DOCKER_PASSWORD }}