Skip to content

Reorder DTOs for better readability #26

Reorder DTOs for better readability

Reorder DTOs for better readability #26

Workflow file for this run

name: 'API'
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run build