drop yarn-lock-check

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-08-22 10:45:00 +02:00
parent 79e213c772
commit 0f98194fba
6 changed files with 6 additions and 59 deletions
-3
View File
@@ -190,9 +190,6 @@ jobs:
run: git diff --quiet origin/master HEAD -- yarn.lock
continue-on-error: true
- name: lock
run: yarn lock:check
- name: lint
run: yarn backstage-cli repo lint --since origin/master
-4
View File
@@ -36,10 +36,6 @@ jobs:
run: yarn prettier:check
working-directory: microsite
- name: lock
run: yarn lock:check
working-directory: microsite
- name: build microsite
run: yarn build
working-directory: microsite