Skip to content

actually use cwd parameter when reading changeset state #390

actually use cwd parameter when reading changeset state

actually use cwd parameter when reading changeset state #390

Workflow file for this run

name: Node CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./.github/actions/ci-setup
- name: Typecheck
run: yarn typecheck
- name: Test
run: yarn test