Skip to content

Throw somewhat better exception if aws-cdk is missing #41

Throw somewhat better exception if aws-cdk is missing

Throw somewhat better exception if aws-cdk is missing #41

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- 'README.md'
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build and Lint
run: |
npm install
npm run lint