Skip to content

Commit

Permalink
Merge branch 'main' into jw-scheduled-lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwinch committed Jan 25, 2021
2 parents 628e72c + d125b12 commit 3906f99
Show file tree
Hide file tree
Showing 6 changed files with 1,797 additions and 586 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ on:
branches:
- main
jobs:
check-aws-cdk:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.15.1 ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: ./script/check-aws-cdk
build:
runs-on: ubuntu-latest
strategy:
Expand Down
Loading

0 comments on commit 3906f99

Please sign in to comment.