Skip to content

Commit

Permalink
feat: initial implementation (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer authored Mar 25, 2023
1 parent 01e1f7e commit 0633c6b
Show file tree
Hide file tree
Showing 13 changed files with 879 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml

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

3 changes: 2 additions & 1 deletion .projen/tasks.json

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

6 changes: 4 additions & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
authorAddress: '[email protected]',
cdkVersion: '2.1.0',
defaultReleaseBranch: 'main',
name: 'circleci-oidc',
repositoryUrl: 'https://github.com/blimmer/circleci-oidc.git',
name: '@blimmer/cdk-circleci-oidc',
repositoryUrl: 'https://github.com/blimmer/cdk-circleci-oidc.git',

prerelease: 'beta',

// deps: [], /* Runtime dependencies of this module. */
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"jest.jestCommandLine": "yarn projen test"
}
Loading

0 comments on commit 0633c6b

Please sign in to comment.