Skip to content

fix(deps): update dependency @tscircuit/props to ^0.0.17 #10

fix(deps): update dependency @tscircuit/props to ^0.0.17

fix(deps): update dependency @tscircuit/props to ^0.0.17 #10

Workflow file for this run

name: Test and Benchmark
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Pull kicad footprints
run: npm run test:pull-kicad-footprints
- name: Run tests
run: npm run test
- name: Run benchmarks
run: npm run benchmark