Skip to content

docs: ✏️ as constをプリミティブ型、配列に適用した例を追加 #985

docs: ✏️ as constをプリミティブ型、配列に適用した例を追加

docs: ✏️ as constをプリミティブ型、配列に適用した例を追加 #985

Workflow file for this run

name: prettier
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: "./.github/actions/setup-node"
- run: yarn --frozen-lockfile
- run: yarn prettier