Skip to content

Add jest-wip-reporter to the README (#129) #55

Add jest-wip-reporter to the README (#129)

Add jest-wip-reporter to the README (#129) #55

Workflow file for this run

name: Prettier
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: yarn
- run: yarn install
- run: yarn lint --check