Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

chore: add ready_for_review status to trigger ci-standards-check #14

chore: add ready_for_review status to trigger ci-standards-check

chore: add ready_for_review status to trigger ci-standards-check #14

name: CI Standard Checks
on:
push:
branches:
- main
pull_request:
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
branches:
- main
jobs:
ci-standard-checks:
runs-on: ubuntu-latest
steps:
- name: Check Out Source Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: CI Standard Checks
uses: Typeform/ci-standard-checks@v1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}