Skip to content

Commit 0aa32a7

Browse files
committed
Fixed prettier issues
1 parent 36bf086 commit 0aa32a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as core from '@actions/core'
2-
import { diffString } from 'json-diff'
2+
//import { diffString } from 'json-diff'
33
import Ajv from 'ajv/dist/2020'
44
import * as fs from 'fs'
55

@@ -8,7 +8,6 @@ export async function run(): Promise<void> {
88
const schemaPath: string = core.getInput('schemaPath')
99
const validate: boolean = core.getBooleanInput('validate')
1010
const diff: boolean = core.getBooleanInput('createDiff')
11-
// @ts-expect-error Says not constructable, but works.
1211
const ajv = new Ajv()
1312

1413
let message: string =

0 commit comments

Comments
 (0)