Skip to content

Bump next from 12.1.0 to 14.2.15 in /docs #256

Bump next from 12.1.0 to 14.2.15 in /docs

Bump next from 12.1.0 to 14.2.15 in /docs #256

Workflow file for this run

name: format
on:
- push
- pull_request
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn install
- run: yarn run checkFormat