Skip to content

UGN-371 bugfix - fix select component alignment issues #392

UGN-371 bugfix - fix select component alignment issues

UGN-371 bugfix - fix select component alignment issues #392

Workflow file for this run

name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: npm ci
- run: npm run lint
- run: npm run ts
- run: npm run test