Skip to content

prettierを設定

prettierを設定 #2

Workflow file for this run

name: Format Files
on:
- push
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: devcontainers/[email protected]
with:
runCmd: yarn run prettier --check '**/**.{yml,md}'