Skip to content

chore(deps-dev): bump @types/react-dom from 18.2.10 to 18.2.14 #112

chore(deps-dev): bump @types/react-dom from 18.2.10 to 18.2.14

chore(deps-dev): bump @types/react-dom from 18.2.10 to 18.2.14 #112

Workflow file for this run

name: ci
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/bun
- name: lint
run: bun run lint
- name: spell check
run: bun run cspell:check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/bun
- name: test
run: bun run test:ci