chore: yarn.lockがおかしかったらCIでコケるように (#7634)

This commit is contained in:
MeiMei
2021-08-16 16:33:45 +09:00
committed by GitHub
parent 73ce1f61a8
commit 1b84ae9f3f

View File

@@ -35,6 +35,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Check yarn.lock
run: git diff --exit-code yarn.lock
- name: Copy Configure
run: cp .circleci/misskey/*.yml .config
- name: Build