feat: add access from mgmt lambda to public S3 bucket with lambda dis… #93
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
push: | |
branches-ignore: | |
- main | |
paths-ignore: | |
- '**.md' | |
- 'cloudformation/*.yml' | |
jobs: | |
build-and-check: | |
name: Build project and run CI checks | |
uses: fingerprintjs/dx-team-toolkit/.github/workflows/build-typescript-project.yml@v1 | |
with: | |
nodeVersion: 16 |