ci-lint-fix

This commit is contained in:
Untone 2024-06-25 14:31:05 +03:00
parent bc52dcc653
commit f3681a2b1b

View File

@ -19,10 +19,10 @@ jobs:
run: npm run typecheck
- name: Lint with Biome
run: npm run check:code
run: npx @biomejs/biome check src/.
- name: Lint styles
run: npm run lint:styles
run: npx stylelint **/*.{scss,css}
- name: Test production build
run: npm run build