Skip to content

add: 角丸の定義を追加し、反映した #392

add: 角丸の定義を追加し、反映した

add: 角丸の定義を追加し、反映した #392

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