Skip to content

fix: typo

fix: typo #131

Workflow file for this run

name: Serverless Boilerplate
on:
push:
branches-ignore:
- main
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