Skip to content

Feat/swagger

Feat/swagger #9

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
eslint-test-and-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
- name: CI, Linter, Test with Coverage Percentage and Build
run: |
npm ci --legacy-peer-deps
npm run lint
npm run test:e2e
npm run test:cov
npm run build