Skip to content

prettierを設定

prettierを設定 #4

Workflow file for this run

name: Format Files
on:
- push
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: yarn run prettier --check '**/**.{yml,md}'