biome-action

This commit is contained in:
Untone 2024-04-10 17:15:25 +03:00
parent 0eb72b9534
commit 51cd05ba64

View File

@ -15,12 +15,12 @@ jobs:
- name: Check types - name: Check types
run: npm run check:types run: npm run check:types
- name: Check code
run: npm run check:code
- name: Check styles - name: Check styles
run: npm run lint:styles run: npm run lint:styles
- name: Biome Install
uses: predominant/biome-action@0.0.1-alpha
- name: Test production build - name: Test production build
run: npm run build run: npm run build