mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
ci: 使用 type 导入 PullRequest 和 BuildStatus 类型
This commit is contained in:
3
.github/scripts/pr-build-check.ts
vendored
3
.github/scripts/pr-build-check.ts
vendored
@@ -11,7 +11,8 @@
|
||||
*/
|
||||
|
||||
import { readFileSync } from 'node:fs';
|
||||
import { GitHubAPI, getEnv, getRepository, setOutput, PullRequest } from './lib/github.ts';
|
||||
import { GitHubAPI, getEnv, getRepository, setOutput } from './lib/github.ts';
|
||||
import type { PullRequest } from './lib/github.ts';
|
||||
|
||||
// ============== 类型定义 ==============
|
||||
|
||||
|
||||
Reference in New Issue
Block a user