Skip to content

feat: fix exising and add new layouts #826

feat: fix exising and add new layouts

feat: fix exising and add new layouts #826

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20.x"
cache: "npm"
- name: CI
run: |
npm ci
npm run compile
npm run lint
npm run stylelint
npm run build -- --no-stats
npm run test -- --concurrency=1 -- --timeout=60s
env:
DATABASE_CLIENT: sqlite