Skip to content

Fix align items for old browsers (#102) #390

Fix align items for old browsers (#102)

Fix align items for old browsers (#102) #390

Workflow file for this run

name: format
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Setup repo
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Enable Corepack
run: corepack enable
- run: yarn
- run: npx prettier . --check