Skip to content

Format the code so that it passed the CI (#21) #5

Format the code so that it passed the CI (#21)

Format the code so that it passed the CI (#21) #5

Workflow file for this run

name: Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Check formatting with Prettier
run: pnpm prettier:check