Skip to content

docs+ci: Integration Kit README, CI workflow, repo identity #1

docs+ci: Integration Kit README, CI workflow, repo identity

docs+ci: Integration Kit README, CI workflow, repo identity #1

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test