Skip to content

TLSエラーの記事を追加 #72

TLSエラーの記事を追加

TLSエラーの記事を追加 #72

Workflow file for this run

name: Format Files
on:
- push
- pull_request
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn run prettier --check '**/**.{yml,md,html}'