Skip to content

Commit

Permalink
Merge pull request #21 from Typeform/chore/TU-590/ci-standard-checks-…
Browse files Browse the repository at this point in the history
…badge

chore(TU-590): Adopt ci-standard-checks
  • Loading branch information
Thr44 committed Nov 7, 2023
2 parents fa0e1ea + e23b3f8 commit 7de4bc1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci-standard-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@ on:
branches:
- main
pull_request:
types: [opened, edited, synchronize, reopened]
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
branches:
- main

jobs:
ci-standard-checks:
runs-on: [ubuntu-latest]

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 }}

0 comments on commit 7de4bc1

Please sign in to comment.