Skip to content

feat(SP-2457): using mirrored gitleaks container when possible (#163) #553

feat(SP-2457): using mirrored gitleaks container when possible (#163)

feat(SP-2457): using mirrored gitleaks container when possible (#163) #553

name: CI Standard Checks
on:
push:
branches:
- main
pull_request:
types: [opened, edited, synchronize, reopened]
branches:
- main
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-beta
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}