[AI] Add format checks to CI workflows

Co-authored-by: Matiss Janis Aboltins <MatissJanis@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-02-22 21:46:41 +00:00
parent 5ff1544699
commit 93f3dcf3f5
2 changed files with 5 additions and 1 deletions

View File

@@ -20,6 +20,8 @@ jobs:
uses: ./.github/actions/setup
with:
download-translations: 'false'
- name: Format code
- name: Lint code
run: yarn lint:fix
- name: Format code
run: yarn format:fix
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27

View File

@@ -22,6 +22,8 @@ jobs:
download-translations: 'false'
- name: Lint
run: yarn lint
- name: Format
run: yarn format
typecheck:
runs-on: ubuntu-latest
steps: