Skip to content

fixed build failures #57

fixed build failures

fixed build failures #57

Workflow file for this run

name: Formating validation
on:
pull_request:
push:
branches: [main]
jobs:
prettier:
name: Prettier Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: pnpm
- name: Prettier Output
shell: bash
run: |
echo "pnpm run prettier"