github/workflows: add check to make sure plugin templates stay in sync

This commit is contained in:
Patrik Oldsberg
2020-05-14 11:37:33 +02:00
parent b4afc0bc9b
commit 4fb230e48f
+3
View File
@@ -56,6 +56,9 @@ jobs:
- name: yarn install
run: yarn install --frozen-lockfile
- name: verify plugin template
run: yarn lerna -- run diff -- --check
- name: lint
run: yarn lerna -- run lint --since origin/master