Skip to content

chore(PR-1): run comment-deploy-link on ubuntu-latest #332

chore(PR-1): run comment-deploy-link on ubuntu-latest

chore(PR-1): run comment-deploy-link on ubuntu-latest #332

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@v2
with:
fetch-depth: 0
- name: CI Standard Checks
uses: Typeform/ci-standard-checks@v1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}