fix: format

This commit is contained in:
元凛
2022-02-10 10:08:00 +08:00
parent 4826be2469
commit 25d60061fc

View File

@@ -1,6 +1,7 @@
import * as github from '@actions/github';
import { dealStringToArr, THANKS } from 'actions-util'; import { dealStringToArr, THANKS } from 'actions-util';
import * as github from '@actions/github';
import * as core from './core'; import * as core from './core';
import { IssueHelperEngine } from './helper'; import { IssueHelperEngine } from './helper';
import type { TAction } from './types'; import type { TAction } from './types';