mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-15 07:10:31 +00:00
remove unused imports
This commit is contained in:
parent
e28cad84ee
commit
9307d0b584
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
import {describe, expect, it, beforeEach, afterEach, jest} from '@jest/globals';
|
||||
import {describe, expect, it, beforeEach, afterEach} from '@jest/globals';
|
||||
import * as fs from 'fs';
|
||||
import * as os from 'os';
|
||||
import * as path from 'path';
|
||||
import * as core from '@actions/core';
|
||||
import {getRequestedVersion} from '../src/version';
|
||||
import {Inputs} from '../src/context';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue