Skip to content

chore: Bump aws-sdk from 2.1244.0 to 2.1646.0 in /modules/webhook/lambdas/webhook #387

chore: Bump aws-sdk from 2.1244.0 to 2.1646.0 in /modules/webhook/lambdas/webhook

chore: Bump aws-sdk from 2.1244.0 to 2.1646.0 in /modules/webhook/lambdas/webhook #387

name: Enverus Lambda Webhook
on:
push:
branches:
- develop
pull_request:
paths:
- .github/workflows/lambda-webhook.yml
- "modules/webhook/lambdas/webhook/**"
jobs:
build:
runs-on: ubuntu-latest
container: node:14
defaults:
run:
working-directory: modules/webhook/lambdas/webhook
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Run prettier
run: yarn format-check
- name: Run linter
run: yarn lint
- name: Run tests
run: yarn test
- name: Build distribution
run: yarn build