Skip to content

docs: add homepage and bugs url to package.json #27

docs: add homepage and bugs url to package.json

docs: add homepage and bugs url to package.json #27

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: './.nvmrc'
- name: install dependencies
run: yarn install
- name: lint
run: yarn lint
- name: typecheck
run: yarn typecheck