Skip to content

Commit dca3755

Browse files
committed
Fix import
1 parent 1e41fb0 commit dca3755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/validate-pr/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import * as core from '@actions/core'
2727
import { copyFile } from 'fs/promises'
2828
import * as github from '@actions/github'
2929
import specification from '../../output/schema/schema.json' assert { type: 'json' }
30-
import * as getReport from '../../../clients-flight-recorder/scripts/types-validator/index.js'
30+
import { run as getReport } from '../../../clients-flight-recorder/scripts/types-validator/index.js'
3131
import {
3232
getNamespace,
3333
getName

0 commit comments

Comments
 (0)