wip: code review

This commit is contained in:
元凛
2022-02-09 10:08:44 +08:00
parent f79ccb5f94
commit 8cd9c11d81
19 changed files with 7849 additions and 3136 deletions

View File

@@ -2,8 +2,8 @@ import * as github from '@actions/github';
import { dealStringToArr, THANKS } from 'actions-util';
import * as core from './core';
import { TAction } from './types';
import { IssueHelperEngine } from './helper';
import type { TAction } from './types';
async function main() {
try {
@@ -16,6 +16,6 @@ async function main() {
} catch (err: any) {
core.setFailed(err.message);
}
};
}
main();