trig-deploy

This commit is contained in:
Untone 2024-06-25 14:52:21 +03:00
parent f3681a2b1b
commit 2f73152829

View File

@ -18,10 +18,10 @@ jobs:
run: npm install --global --save-exact @biomejs/biome
- name: Lint with Biome
run: npx biome ci .
run: npx @biomejs/biome ci
- name: Lint styles
run: npm run lint:styles
run: npx stylelint **/*.{scss,css}
- name: Check types
run: npm run typecheck