Skip to content

Fix three fiber selection outline inconsistent width #584

Fix three fiber selection outline inconsistent width

Fix three fiber selection outline inconsistent width #584

Workflow file for this run

name: Packages
on:
pull_request:
push:
branches:
- main
env:
CI: true
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: "package.json"
- name: Install dependencies
run: yarn install
- name: Test packages
run: yarn test
- name: Lint packages
run: yarn lint