Skip to content

SNS-1907: upgrade cdktf to use cloud functions gen2 #254

SNS-1907: upgrade cdktf to use cloud functions gen2

SNS-1907: upgrade cdktf to use cloud functions gen2 #254

Workflow file for this run

name: Check
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Build
run: npm run build
- name: Lint
run: npm run lint:ci
- name: Test
run: npm run test