From 45c394f9a3a998b8692c20d95558570c877db704 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 3 Aug 2026 12:14:37 +0300 Subject: [PATCH] move lex install --ci out of postinstall into a lexicons:verify ci job Co-Authored-By: Claude Fable 5 --- .github/workflows/lint.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f07079b5c0..e63de19c73 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,14 @@ jobs: fail-fast: false matrix: job: - [lint, prettier, 'typecheck:ios', 'typecheck:android', 'typecheck:web'] + [ + lint, + prettier, + 'lexicons:verify', + 'typecheck:ios', + 'typecheck:android', + 'typecheck:web', + ] steps: - name: ⬇️ Check out Git repository uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1