Skip to content

chore(deps): bump path-to-regexp and express in /ai-user-engagement/functions #417

chore(deps): bump path-to-regexp and express in /ai-user-engagement/functions

chore(deps): bump path-to-regexp and express in /ai-user-engagement/functions #417

Workflow file for this run

name: Validate
on:
pull_request:
branches:
- "**"
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 14
- name: NPM install
run: npm i
- name: Prettier Lint Check
run: npm run lint