mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-19 15:37:09 +01:00
fix linter and run package
This commit is contained in:
parent
dd2ae7c835
commit
39cc308650
2 changed files with 320 additions and 187 deletions
|
|
@ -5,7 +5,6 @@ import {GitHub} from '@actions/github/lib/utils'
|
|||
import type {PullRequest} from '@octokit/webhooks-types'
|
||||
import * as stream from 'stream'
|
||||
import {promisify} from 'util'
|
||||
// eslint-disable-next-line import/no-named-as-default
|
||||
import got from 'got'
|
||||
const asyncStream = promisify(stream.pipeline)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue