Skip to content

Merge pull request #104 from irontec/simplified-fk-choices #267

Merge pull request #104 from irontec/simplified-fk-choices

Merge pull request #104 from irontec/simplified-fk-choices #267

Workflow file for this run

name: CI Pipeline
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- uses: borales/actions-yarn@v4
with:
cmd: install
- uses: borales/actions-yarn@v4
with:
cmd: build
dir: 'library'