Skip to content

Commit e8000cb

Browse files
committed
Fix JSON import
1 parent f2d94b9 commit e8000cb

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
@@ -26,7 +26,7 @@ import assert from 'assert'
2626
import * as core from '@actions/core'
2727
import { copyFile } from 'fs/promises'
2828
import * as github from '@actions/github'
29-
import specification from '../../output/schema/schema.json' assert { type: 'json' }
29+
import specification from '../../output/schema/schema.json' with { type: 'json' }
3030
import { run as getReport } from '../../../clients-flight-recorder/scripts/types-validator/index.js'
3131
import {
3232
getNamespace,

0 commit comments

Comments
 (0)