Skip to content

WID-550 - Add option to show uitx in widget #78

WID-550 - Add option to show uitx in widget

WID-550 - Add option to show uitx in widget #78

Workflow file for this run

name: CI
on: pull_request
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.13'
- name: Run Prettier
run: yarn && yarn format:check
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.13'
- name: Run ESLint
run: yarn && yarn lint:check