Skip to content

Commit

Permalink
feat(PR-41) update the CI standard checks template
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelarranz committed Jan 11, 2024
1 parent 6ea8ad7 commit 973002f
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions workflow-templates/ci-standard-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,15 @@ on:
branches:
- main
pull_request:
types: [opened, edited, synchronize, reopened]
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
branches:
- main
- main


jobs:
ci-standard-checks:
# for private repositories use private runners
# runs-on: [self-hosted, automated-checks]
# for public repositories use public runners
runs-on: [ubuntu-latest]

steps:
- name: Check Out Source Code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: CI Standard Checks
uses: Typeform/ci-standard-checks@v1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}

uses: Typeform/.github/.github/workflows/ci-standard-checks-workflow.yaml@v1

0 comments on commit 973002f

Please sign in to comment.