Merge f6ed6c5427 into sapling-pr-archive-poteto

This commit is contained in:
lauren
2025-09-17 14:09:31 -04:00
committed by GitHub

View File

@@ -32,6 +32,9 @@ jobs:
- name: Install deps
run: yarn install --frozen-lockfile
- name: Install deps (eslint-local-rules)
run: yarn install --frozen-lockfile
working-directory: eslint-local-rules
- name: Lint codebase
run: yarn ci-check