Skip to content

style: format code with dotnet-format, Prettier and StandardJS #666

style: format code with dotnet-format, Prettier and StandardJS

style: format code with dotnet-format, Prettier and StandardJS #666

Triggered via pull request October 8, 2023 07:44
Status Failure
Total duration 1m 5s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet-pack.yml

on: pull_request

Annotations

10 errors
build: Scripts/ts/delete-github-package-version.ts#L13
Cannot find module 'process' or its corresponding type declarations.
build: Scripts/ts/delete-github-package-version.ts#L16
Cannot find module 'yargs/yargs' or its corresponding type declarations.
build: Scripts/ts/delete-github-package-version.ts#L17
Cannot find module 'yargs/helpers' or its corresponding type declarations.
build: Scripts/ts/delete-github-package-version.ts#L18
Cannot find module 'semver' or its corresponding type declarations.
build: Scripts/ts/delete-github-package-version.ts#L21
An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option.
build: Scripts/ts/github-cli.ts#L20
Cannot find module '@octokit/core' or its corresponding type declarations.
build: Scripts/ts/github-cli.ts#L21
Cannot find module 'semver' or its corresponding type declarations.
build: Scripts/ts/github-cli.ts#L29
An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option.
build: Scripts/ts/github-cli.ts#L30
'Promise' only refers to a type, but is being used as a value here. Do you need to change your target library? Try changing the 'lib' compiler option to es2015 or later.
build: Scripts/ts/github-cli.ts#L30
An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option.