Skip to content

chore: update realworld with additional adaptations for no-api implem… #78

chore: update realworld with additional adaptations for no-api implem…

chore: update realworld with additional adaptations for no-api implem… #78

Workflow file for this run

name: Format Check
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Check Prettier formatting
run: bun run format:check