Skip to content

Commit

Permalink
Merge pull request ubiquity-os#11 from gentlementlegen/main
Browse files Browse the repository at this point in the history
fix: fixed import for typebox and updated gitignore
  • Loading branch information
Keyrxng authored Jul 3, 2024
2 parents da78017 + 82ffa47 commit 67c9bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ coverage
junit.xml
cypress/screenshots
script.ts
.wrangler
.wrangler
test-dashboard.md
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as core from "@actions/core";
import * as github from "@actions/github";
import { Octokit } from "@octokit/rest";
import { Value } from "@sinclair/typebox/build/cjs/value";
import { Value } from "@sinclair/typebox/value";
import { envSchema, pluginSettingsSchema, PluginInputs, pluginSettingsValidator } from "./types";
import { plugin } from "./plugin";

Expand Down

0 comments on commit 67c9bcd

Please sign in to comment.