about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-12-19 04:01:21 +0000
committerGitHub <noreply@github.com>2024-12-19 04:01:21 +0000
commit29dad38ab77bd5537cf7f0198fff35d14d776bff (patch)
tree44a11e38872c73921cac1f395040c7bcff3c826f /.github
parentc390c3278869df4df54b7831b515c91536cee4f0 (diff)
downloadvoidsky-29dad38ab77bd5537cf7f0198fff35d14d776bff.tar.zst
Add lockfile lint (#7177)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bundle-deploy-eas-update.yml3
-rw-r--r--.github/workflows/lint.yml2
2 files changed, 5 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 .
 
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 7eab1f490..2268ce359 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -28,6 +28,8 @@ jobs:
           attempt_delay: 2000
       - name: Lint check
         run: yarn lint
+      - name: Lint lockfile
+        run: yarn lockfile-lint
       - name: Prettier check
         run: yarn prettier --check .
       - name: Check & compile i18n