Skip to content

Bump prettier from 2.8.8 to 3.4.2 #308

Bump prettier from 2.8.8 to 3.4.2

Bump prettier from 2.8.8 to 3.4.2 #308

Workflow file for this run

name: Tests and lints
on: push
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn
- name: Jest
run: yarn test
- name: Lint
run: yarn lint