Skip to content

Apply prettier and enforce formatting via CI #1

Apply prettier and enforce formatting via CI

Apply prettier and enforce formatting via CI #1

Workflow file for this run

name: Check pull request
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
lint:
runs-on:
group: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
timeout-minutes: 5
- name: Install dependencies
run: yarn install
- name: Run lint
run: yarn lint