Skip to content

Fix types dependency in UI #18

Fix types dependency in UI

Fix types dependency in UI #18

Workflow file for this run

name: Lint
on:
push:
pull_request:
types:
- opened
- synchronize
workflow_dispatch:
permissions:
contents: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Latest Yarn
uses: threeal/[email protected]
with:
version: latest
- name: Install Packages
run: yarn install --frozen-lockfile
- name: Run Linting
run: yarn run lint
- name: Check formatting
run: yarn prettier -c .