Skip to content

Merge pull request #144 from irontec/CDT-215-prevent-tab-event-propag… #400

Merge pull request #144 from irontec/CDT-215-prevent-tab-event-propag…

Merge pull request #144 from irontec/CDT-215-prevent-tab-event-propag… #400

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'