Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/value_schema/.github/main.workflow

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, and Deno
Go to Latest
File
workflow "publish on release" { on = "release" resolves = ["GitHub Action for npm"]}
action "GitHub Action for npm" { uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680" args = "publish" secrets = ["NPM_AUTH_TOKEN"]}