Clean up; updated docs
This commit is contained in:
@@ -2,7 +2,6 @@ import spdxSatisfies from 'spdx-satisfies'
|
||||
import {Change, Changes} from './schemas'
|
||||
import {isSPDXValid, octokitClient, isDefined} from './utils'
|
||||
import {PackageURL} from 'packageurl-js'
|
||||
import * as core from '@actions/core'
|
||||
|
||||
/**
|
||||
* Loops through a list of changes, filtering and returning the
|
||||
|
||||
@@ -16,7 +16,6 @@ import {getRefs} from './git-refs'
|
||||
|
||||
import {groupDependenciesByManifest} from './utils'
|
||||
import {commentPr} from './comment-pr'
|
||||
import {PackageURL} from 'packageurl-js'
|
||||
|
||||
async function run(): Promise<void> {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user