Skip to content

add user change routes, various api docs #52

add user change routes, various api docs

add user change routes, various api docs #52

Workflow file for this run

name: Code Linting
on:
push:
branches:
- 'feature/**'
- 'main'
jobs:
eslint-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Packages
run: npm install
- name: Run Eslint
run: npm run lint