File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { resolve } from 'node:path'
2- import core from '@actions/core'
2+ import * as core from '@actions/core'
33import { loadRcFile } from '@lhci/utils/src/lighthouserc.js'
44import { get } from 'lodash-es'
55
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import './utils/support-lh-plugins.js' // add automatic support for LH Plugins e
22import { join } from 'node:path'
33import childProcess from 'node:child_process'
44import { createRequire } from 'node:module'
5- import core from '@actions/core'
5+ import * as core from '@actions/core'
66import { getInput , hasAssertConfig } from './config.js'
77import { uploadArtifacts } from './utils/artifacts.js'
88import { setAnnotations } from './utils/annotations.js'
Original file line number Diff line number Diff line change 11import { groupBy , mapValues , orderBy } from 'lodash-es'
2- import core from '@actions/core'
2+ import * as core from '@actions/core'
33import { getLinks , getAssertionResults } from './lhci-helpers.js'
44
55/**
Original file line number Diff line number Diff line change 1- import core from '@actions/core'
1+ import * as core from '@actions/core'
22import { getLinks , getAssertionResults , getManifest } from './lhci-helpers.js'
33
44/**
You can’t perform that action at this time.
0 commit comments