Merge branch 'matiss/separate-lint-format' of github.com:actualbudget/actual into matiss/separate-lint-format

This commit is contained in:
Matiss Janis Aboltins
2026-03-01 21:12:01 +00:00
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: