Skip to content

Validate that PV selection is valid #1299

Validate that PV selection is valid

Validate that PV selection is valid #1299

Workflow file for this run

name: Check yarn ci
on:
pull_request:
push:
branches:
- master
jobs:
tests:
name: Yarn CI
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn ci