Skip to content

release v0.1.155

release v0.1.155 #415

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