diff options
Diffstat (limited to '.github/workflows/bundle-deploy-eas-update.yml')
-rw-r--r-- | .github/workflows/bundle-deploy-eas-update.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index 304074156..da73ae976 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -69,6 +69,9 @@ jobs: - name: Lint check run: yarn lint + - name: Lint lockfile + run: yarn lockfile-lint + - name: Prettier check run: yarn prettier --check . |