Skip to content

feat: add jsdocs to lambdaconfig #19

feat: add jsdocs to lambdaconfig

feat: add jsdocs to lambdaconfig #19

Workflow file for this run

name: 🚛 PR
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
defaults:
run:
shell: bash
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🚀 Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile