Skip to content

add & fix : add get started in readme and fix error when import response status on errors-handler.js #16

add & fix : add get started in readme and fix error when import response status on errors-handler.js

add & fix : add get started in readme and fix error when import response status on errors-handler.js #16

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