Skip to content

Commit

Permalink
Merge pull request #138 from cdklabs/dev
Browse files Browse the repository at this point in the history
chore: upgrade projen
  • Loading branch information
wchaws authored Nov 27, 2021
2 parents 3ea8448 + a09a370 commit f65687f
Show file tree
Hide file tree
Showing 17 changed files with 307 additions and 435 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 20 additions & 21 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions .github/workflows/build-lambda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: build-lambda
on:
pull_request: {}
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
permissions:
checks: write
contents: write
env:
CI: "true"
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Set git identity
run: |-
git config user.name "github-actions"
git config user.email "[email protected]"
- name: Install dependencies
run: yarn install --check-files --frozen-lockfile
- name: build
run: cd test/lambda && ./test.sh
4 changes: 2 additions & 2 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions .github/workflows/pull-request-lint.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 10 additions & 9 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

101 changes: 0 additions & 101 deletions .github/workflows/upgrade.yml

This file was deleted.

Loading

0 comments on commit f65687f

Please sign in to comment.