diff --git a/.github/workflows/ci-standard-checks.yml b/.github/workflows/ci-standard-checks.yml new file mode 100644 index 0000000..fcedcf9 --- /dev/null +++ b/.github/workflows/ci-standard-checks.yml @@ -0,0 +1,17 @@ +name: CI Standard Checks +on: + push: + branches: + - main + pull_request: + types: + - opened + - edited + - synchronize + - reopened + - ready_for_review + branches: + - main +jobs: + ci-standard-checks: + uses: Typeform/.github/.github/workflows/ci-standard-checks-workflow.yaml@v1 \ No newline at end of file