Skip to content

feat: modify errors response according to standard (#45) #125

feat: modify errors response according to standard (#45)

feat: modify errors response according to standard (#45) #125

Workflow file for this run

name: Serverless Boilerplate
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
name: Build
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
- run: cp .env.dist .env
- run: npm ci
- run: npm run lint
# - run: npm run test