Skip to content

Add Ui-Control modifications. #66

Add Ui-Control modifications.

Add Ui-Control modifications. #66

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies
run: npm ci
- name: Run Linting Tests
run: npm run lint
- name: Run unit tests
run: npm test