Skip to content

Created useBooleanField hook #213

Created useBooleanField hook

Created useBooleanField hook #213

Workflow file for this run

name: Changeset existence
on:
pull_request:
branches: [main]
types: [labeled, opened, synchronize, reopened]
workflow_dispatch:
jobs:
changeset:
name: Check for changeset existence
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.labels.*.name, 'chore') }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install pnpm 8.x.x
uses: pnpm/[email protected]
with:
version: 8.x.x
- name: Install global dependencies
run: pnpm install
- name: Run changeset status
run: pnpm changeset status --since=origin/main