Skip to content

Commit

Permalink
add ajv 2019 and 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Aug 14, 2023
1 parent 8ed3604 commit 837d0a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/functions/json-validator.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import * as core from '@actions/core'
import Ajv from 'ajv'
import Ajv2019 from "ajv/dist/2019"
import Ajv2020 from "ajv/dist/2020"
import addFormats from 'ajv-formats'
import {readFileSync} from 'fs'
import {fdir} from 'fdir'
Expand Down

0 comments on commit 837d0a6

Please sign in to comment.