Skip to content

Workflow file for this run

name: Code Style Check
on:
- push
- pull_request
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: ./.github/workflows/pnpm
- name: Prettier Check
run: pnpm format:check