Skip to content

fix: シャドウをなくす #383

fix: シャドウをなくす

fix: シャドウをなくす #383

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