Skip to content

Add error styling updates #337

Add error styling updates

Add error styling updates #337

Workflow file for this run

name: Checks
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- run: yarn
- run: yarn lint
- run: yarn test