Skip to content

Import history from remix-the-web #1

Import history from remix-the-web

Import history from remix-the-web #1

Workflow file for this run

on:
# Re-enable this once we land v3 in main/dev
# push:
# branches:
# - 'v3'
# Update this once we land v3 in main/dev
pull_request:
branches:
- 'v3'
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Run tests
run: pnpm test