Skip to content

目次のプレビュー #345

目次のプレビュー

目次のプレビュー #345

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@v2
with:
version: 7
- name: パッケージをインストール
run: pnpm install
- name: Lint
run: pnpm strict:lint