fix linter and run package

This commit is contained in:
Connor 2024-03-01 10:29:58 -06:00
parent dd2ae7c835
commit 39cc308650
No known key found for this signature in database
GPG key ID: 455C6C81CB2BD091
2 changed files with 320 additions and 187 deletions

View file

@ -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)