From bf95bfdb8d1e30358cb17eb24a1e8ebe42b74b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com> Date: Mon, 9 Sep 2024 12:23:35 +0800 Subject: [PATCH] chore: fix lint --- src/index.ts | 2 +- test/index.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index d0e682c..c649d67 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ import process from 'node:process' -import { getInput, info, setFailed, setOutput } from '@actions/core' +import { info, setFailed } from '@actions/core' import { context } from '@actions/github' import { generatorLogStart } from './generator' diff --git a/test/index.test.ts b/test/index.test.ts index 9839ecf..d29dbea 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -1,4 +1,4 @@ -import { assert, describe, expect, it, vi } from 'vitest' +import { assert, describe, expect, it } from 'vitest' describe('index', () => { it('index', () => {