Skip to content

Update dependency prettier to v2.8.8 #1020

Update dependency prettier to v2.8.8

Update dependency prettier to v2.8.8 #1020

name: PR Check CI
on:
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Setup project
run: yarn install
- name: Run test
run: |
yarn lint
yarn type-check
env:
CI: true
- name: Run lighthouse
run: yarn lhci