Skip to content

👷 add basic ci

👷 add basic ci #91

Workflow file for this run

name: 👷CI
on:
push:
branches: ["main"]
pull_request:
types: [opened, synchronize]
jobs:
check_lint:
if: false
uses: ./.github/workflows/checkLint.yml
secrets: inherit
check_type:
if: false
uses: ./.github/workflows/checkType.yml
secrets: inherit
unit_test:
if: false
uses: ./.github/workflows/unitTest.yml
secrets: inherit
ready_to_review:
uses: ./.github/workflows/readyToReview.yml
secrets: inherit