We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e41fb0 commit dca3755Copy full SHA for dca3755
.github/validate-pr/index.js
@@ -27,7 +27,7 @@ import * as core from '@actions/core'
27
import { copyFile } from 'fs/promises'
28
import * as github from '@actions/github'
29
import specification from '../../output/schema/schema.json' assert { type: 'json' }
30
-import * as getReport from '../../../clients-flight-recorder/scripts/types-validator/index.js'
+import { run as getReport } from '../../../clients-flight-recorder/scripts/types-validator/index.js'
31
import {
32
getNamespace,
33
getName
0 commit comments