Skip to content

オセロの文章を修正 #27

オセロの文章を修正

オセロの文章を修正 #27

Workflow file for this run

name: Format
on:
pull_request:
push:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun
- run: bun install --frozen-lockfile
- run: bunx prettier . --check