more fixes

This commit is contained in:
Andrey Kondratev
2025-08-28 17:42:49 +05:00
parent 8213ca33e2
commit 3c615acaeb
14 changed files with 695 additions and 239 deletions

View File

@@ -23,19 +23,19 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
cache: 'yarn'
- name: Install dependencies
run: npm install
run: yarn install --frozen-lockfile
- name: Run linter
run: npm run lint
run: yarn lint
- name: Build project
run: npm run build
run: yarn build
- name: Run validation
run: npm run validate
run: yarn validate
build:
name: Build Docker Image