Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Sep 9, 2024
1 parent 5b104f2 commit bf95bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -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'

Expand Down
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert, describe, expect, it, vi } from 'vitest'
import { assert, describe, expect, it } from 'vitest'

describe('index', () => {
it('index', () => {
Expand Down

0 comments on commit bf95bfd

Please sign in to comment.