Skip to content

chore(deps-dev): bump prettier from 2.7.1 to 3.2.5 #901

chore(deps-dev): bump prettier from 2.7.1 to 3.2.5

chore(deps-dev): bump prettier from 2.7.1 to 3.2.5 #901

Workflow file for this run

name: Lint, TypeCheck, Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
- run: yarn && yarn lint
- run: yarn tc
- run: yarn test