Skip to content

Compatibility with import-map-overrides #3

Compatibility with import-map-overrides

Compatibility with import-map-overrides #3

Workflow file for this run

name: Build and Test
on:
push:
branches: main
pull_request:
branches: "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- uses: pnpm/action-setup@v4
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm test
- run: pnpm run check-format