Skip to content

Fix implicitly typed functions with jsx: react-jsx #11

Fix implicitly typed functions with jsx: react-jsx

Fix implicitly typed functions with jsx: react-jsx #11

Workflow file for this run

name: Build, format, and test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version: 20.x
- run: pnpm install
- run: pnpm build
- run: pnpm prettier --check .
- run: pnpm test