Initial version of Home Run #2
ci.yml
on: pull_request
Build
26s
Lint
36s
Lint Packages
21s
Prettier
16s
Test
26s
Type Check
24s
Annotations
11 errors and 6 warnings
Prettier
Process completed with exit code 1.
|
Lint:
src/core/generateSettingsContainerApp.ts#L2
Expected "@azure/identity" to come before "fs"
|
Lint:
src/core/generateSettingsContainerApp.ts#L3
Missed spacing between "@azure/identity" and "./providers/keyVaultProvider.js" imports
|
Lint:
src/core/generateSettingsContainerApp.ts#L4
Expected "./providers/containerAppEnvironmentVariablesProvider.js" to come before "./providers/keyVaultProvider.js"
|
Lint:
src/core/generateSettingsContainerApp.ts#L5
Expected "./getSubscription.js" to come before "./providers/containerAppEnvironmentVariablesProvider.js"
|
Lint:
src/core/generateSettingsContainerApp.ts#L10
Expected "resourceGroupName" to come before "subscriptionName"
|
Lint:
src/core/generateSettingsContainerApp.ts#L11
Expected "appLocation" to come before "resourceGroupName"
|
Lint:
src/core/generateSettingsContainerApp.ts#L21
Invalid type "string | undefined" of template literal expression
|
Lint:
src/core/generateSettingsContainerApp.ts#L33
Expected "containerAppName" to come before "resourceGroupName"
|
Lint:
src/core/generateSettingsContainerApp.ts#L44
Expected "credentials" to come before "keyVaultName"
|
Lint:
src/core/generateSettingsContainerApp.ts#L53
Expected "delimiter" to come before "rawSettings"
|
Prettier
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint Packages
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Type Check
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|