Skip to content

Bump prettier from 2.8.7 to 3.0.3 #203

Bump prettier from 2.8.7 to 3.0.3

Bump prettier from 2.8.7 to 3.0.3 #203

Workflow file for this run

name: Lint and Test
on:
push:
branches: [ master, develop, dependencies ]
pull_request:
branches: [ master, develop, dependencies ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn lint
- run: yarn test