Skip to content

feat: add swagger / api documentation #8

feat: add swagger / api documentation

feat: add swagger / api documentation #8

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install Dependencies
run: npm install
- name: Run Linting
run: npm run lint