Skip to content

Commit

Permalink
add z import
Browse files Browse the repository at this point in the history
  • Loading branch information
kengo-k committed Jun 1, 2024
1 parent cea83ae commit 8a3742e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const core = require('@actions/core');
const github = require('@actions/github');
const yaml = require('js-yaml');
const { z } = require('zod');

const schema = z.object({
path: z.string(),
Expand Down

0 comments on commit 8a3742e

Please sign in to comment.