Skip to content

Add a temporary override for the React import (#122) #291

Add a temporary override for the React import (#122)

Add a temporary override for the React import (#122) #291

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
name: Test
runs-on: ubuntu-latest
env:
CI: true
steps:
- name: Check out repo
uses: actions/checkout@main
- name: Set up pnpm
uses: pnpm/action-setup@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: package.json
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Test
run: pnpm test