Skip to content

ドクセル埋め込み対応 #424

ドクセル埋め込み対応

ドクセル埋め込み対応 #424

Workflow file for this run

name: Lint zenn-editor
on:
pull_request:
branches:
- main
- canary
types: [opened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
with:
version: 9
- name: パッケージをインストール
run: pnpm install
- name: Lint
run: pnpm strict:lint