Skip to content
Snippets Groups Projects
Unverified Commit 1b84ae9f authored by MeiMei's avatar MeiMei Committed by GitHub
Browse files

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

parent 73ce1f61
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment