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 f2d94b9 commit e8000cbCopy full SHA for e8000cb
.github/validate-pr/index.js
@@ -26,7 +26,7 @@ import assert from 'assert'
26
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' }
+import specification from '../../output/schema/schema.json' with { type: 'json' }
30
import { run as getReport } from '../../../clients-flight-recorder/scripts/types-validator/index.js'
31
import {
32
getNamespace,
0 commit comments