Skip to content

feat(bolt): did a thing 5 #76

feat(bolt): did a thing 5

feat(bolt): did a thing 5 #76

Workflow file for this run

name: format-check
on: push
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Validate Prettier config
run: npx [email protected] --check .