Skip to content

feat(gteam-internal): add gteam-internal subpath export, migrate tests to Vitest #5

feat(gteam-internal): add gteam-internal subpath export, migrate tests to Vitest

feat(gteam-internal): add gteam-internal subpath export, migrate tests to Vitest #5

name: CI (PR)
on:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
pr_title_check:
name: PR title check
runs-on: ubuntu-latest
steps:
- uses: apify/actions/pr-title-check@v1.3.0
code_checks:
name: Code checks
uses: ./.github/workflows/_check_code.yaml
tests:
name: Tests
uses: ./.github/workflows/_tests.yaml