Skip to content

chore: update build-crates runners to use win2019 #119

chore: update build-crates runners to use win2019

chore: update build-crates runners to use win2019 #119

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
- run: npm ci
- run: npm run format:check
- run: npm run lint
# FIXME: Re-enable this once tests can reliably run in GitHub Actions
# - run: npm run test
- run: npm run build
- name: Check that dist/ is correctly generated
run: git diff --quiet HEAD -- dist