mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +00:00
fix: lint
This commit is contained in:
parent
b632c3c625
commit
6648f2a2d9
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import * as path from 'path';
|
|||
|
||||
import * as core from '@actions/core';
|
||||
import * as openpgp from 'openpgp';
|
||||
import { request } from 'undici';
|
||||
import {request} from 'undici';
|
||||
|
||||
import {
|
||||
getBaseUrl,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import * as core from '@actions/core';
|
||||
import { request } from 'undici';
|
||||
import {request} from 'undici';
|
||||
|
||||
const versionInfo = async (
|
||||
platform: string,
|
||||
|
|
|
|||
Loading…
Reference in a new issue