Skip to content

Sync from opensea-devtools #24

Sync from opensea-devtools

Sync from opensea-devtools #24

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm run type-check
- run: npm test