remove usage of diff command

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-09-04 14:46:05 +02:00
parent 6ff94d60d5
commit a68cf13a3d
58 changed files with 1 additions and 61 deletions
-3
View File
@@ -98,9 +98,6 @@ jobs:
- name: verify type dependencies
run: yarn lint:type-deps
- name: verify plugin template
run: yarn lerna -- run diff -- --check
- name: ensure clean working directory
run: |
if files=$(git ls-files --exclude-standard --others --modified) && [[ -z "$files" ]]; then