Skip to content

Commit

Permalink
chore: Update projen files and runner, and final tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Dec 24, 2024
1 parent 846031a commit ff6b290
Show file tree
Hide file tree
Showing 19 changed files with 926 additions and 154 deletions.
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.

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.

4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ function configureProject<A extends pj.typescript.TypeScriptProject>(x: A): A {
}

const workflowRunsOn = [
// 'ubuntu-latest',
'awscdk-service-spec_ubuntu-latest_32-core',
'ubuntu-latest',
// 'awscdk-service-spec_ubuntu-latest_32-core',
];

/**
Expand Down
13 changes: 9 additions & 4 deletions packages/@aws-cdk-testing/cli-integ/.eslintrc.js

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

136 changes: 136 additions & 0 deletions packages/@aws-cdk-testing/cli-integ/.eslintrc.json

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

20 changes: 20 additions & 0 deletions packages/@aws-cdk-testing/cli-integ/.gitattributes

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

74 changes: 55 additions & 19 deletions packages/@aws-cdk-testing/cli-integ/.gitignore

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

54 changes: 23 additions & 31 deletions packages/@aws-cdk-testing/cli-integ/.npmignore

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

2 changes: 2 additions & 0 deletions packages/@aws-cdk-testing/cli-integ/.prettierignore

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

6 changes: 6 additions & 0 deletions packages/@aws-cdk-testing/cli-integ/.prettierrc.json

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

Loading

0 comments on commit ff6b290

Please sign in to comment.