Commonality 1.0 #20
Annotations
10 errors and 2 warnings
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' does not satisfy the expected type 'Package'.
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' does not satisfy the expected type 'Package'.
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' does not satisfy the expected type 'Package'.
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' does not satisfy the expected type 'Package'.
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' is missing the following properties from type 'Package': churn, complexity
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' is missing the following properties from type 'Package': churn, complexity
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' is missing the following properties from type 'Package': churn, complexity
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' is missing the following properties from type 'Package': churn, complexity
|
build
Type '{ path: string; name: string; version: string; tags: string[]; owners: string[]; type: PackageType; }' is missing the following properties from type 'Package': churn, complexity
|
build
Type '{ path: string; name: string; version: string; type: PackageType.NODE; }' is not assignable to type 'Package'.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|