Skip to content

fix double checks

fix double checks #305

Workflow file for this run

name: format
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- run: yarn install
- run: yarn run checkFormat