Skip to content

feat: added entities' configuration for domain model #12

feat: added entities' configuration for domain model

feat: added entities' configuration for domain model #12

Workflow file for this run

name: Test frontend
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "Animelib.Frontend"
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
- run: yarn
- run: yarn build
- run: yarn eslint