Skip to content

add workflow to test against multiple aws-cdk versions #108

add workflow to test against multiple aws-cdk versions

add workflow to test against multiple aws-cdk versions #108

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