Skip to content

[Snyk] Upgrade @openfunction/functions-framework from 0.3.6 to 0.6.1 #614

[Snyk] Upgrade @openfunction/functions-framework from 0.3.6 to 0.6.1

[Snyk] Upgrade @openfunction/functions-framework from 0.3.6 to 0.6.1 #614

Workflow file for this run

name: Node.js Lint CI
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Install dependencies
run: npm install
- name: Build TypeScript project
run: npm run build --if-present
- name: Lint
run: npm run check