Skip to content

Commit

Permalink
feat: 测试 CI 失败场景
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyi2 committed Oct 10, 2023
1 parent 6900b10 commit f560124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* core('ziyi');
* ```
*/
export function core(str: string): string {
export function core(str): string {
return `Hello ${str}`;

Check failure on line 16 in src/core/core.ts

View workflow job for this annotation

GitHub Actions / CI 执行流程

Invalid type "any" of template literal expression

Check failure on line 16 in src/core/core.ts

View workflow job for this annotation

GitHub Actions / CI 执行流程

Invalid type "any" of template literal expression
}

Expand Down

0 comments on commit f560124

Please sign in to comment.