Skip to content

Added Styling on Tidbit Collection Edit page #647

Added Styling on Tidbit Collection Edit page

Added Styling on Tidbit Collection Edit page #647

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint_and_prettier:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Run ESLint
run: yarn lint
- name: Run Prettier
run: yarn prettier-check
- name: TSC
run: yarn tsc