Skip to content

Fix: all broked specs of entity model #23

Fix: all broked specs of entity model

Fix: all broked specs of entity model #23

Workflow file for this run

name: CI-Specs
on: [push]
jobs:
specs-dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: npm install
- name: Run lint
run: npx eslint .
- name: Run specs
run: npm run test