Skip to content

Commit

Permalink
Merge branch 'mainline' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
drskur authored Nov 6, 2023
2 parents f2971df + bf2484c commit bbad335
Show file tree
Hide file tree
Showing 63 changed files with 4,785 additions and 3,964 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
outputs:
patch_created: ${{ steps.create_patch.outputs.patch_created }}
env:
CI: "false" # TODO: this doesn't do anything given we check for existence of CI env not value
CI: ""
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Upgrade dependencies
run: pnpm projen upgrade-deps
- name: Build
run: pnpm build
run: pnpm build || true
- id: create_patch
name: Find mutations
run: |-
Expand Down
65 changes: 0 additions & 65 deletions .projen/deps.json

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

3 changes: 3 additions & 0 deletions .projen/tasks.json

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

65 changes: 0 additions & 65 deletions docs/.projen/deps.json

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

22 changes: 3 additions & 19 deletions docs/package.json

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

35 changes: 11 additions & 24 deletions package.json

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

65 changes: 0 additions & 65 deletions packages/aws-arch/.projen/deps.json

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

5 changes: 1 addition & 4 deletions packages/aws-arch/.projen/tasks.json

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

Loading

0 comments on commit bbad335

Please sign in to comment.