summaryrefslogtreecommitdiff
path: root/.github/workflows/nodejs.yml
diff options
context:
space:
mode:
authorMeiMei <30769358+mei23@users.noreply.github.com>2021-08-16 16:33:45 +0900
committerGitHub <noreply@github.com>2021-08-16 16:33:45 +0900
commit1b84ae9f3fc65b5184f6e96ff844d0e6425472e1 (patch)
tree1d8172267c0afba57249b33584bb314fa39a4244 /.github/workflows/nodejs.yml
parentTweak client style (diff)
downloadsharkey-1b84ae9f3fc65b5184f6e96ff844d0e6425472e1.tar.gz
sharkey-1b84ae9f3fc65b5184f6e96ff844d0e6425472e1.tar.bz2
sharkey-1b84ae9f3fc65b5184f6e96ff844d0e6425472e1.zip
chore: yarn.lockがおかしかったらCIでコケるように (#7634)
Diffstat (limited to '.github/workflows/nodejs.yml')
-rw-r--r--.github/workflows/nodejs.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index 7e02ba39fb..c6e5329c26 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -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