Skip to content

yarn: bump prettier from 3.0.0 to 3.0.2 #37

yarn: bump prettier from 3.0.0 to 3.0.2

yarn: bump prettier from 3.0.0 to 3.0.2 #37

Workflow file for this run

name: Check PR
on:
pull_request:
types: [ opened, reopened, synchronize ]
permissions:
issues: write
pull-requests: write
statuses: write
jobs:
check:
name: check lint and test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- uses: ./.github/actions/yarn
- name: run lint
shell: bash
run: |
yarn lint
- name: run test
shell: bash
run: |
yarn coverage