This action validates a inputs against a schema defined in index.js
Required The name of the User to validate. Default "Tim".
Required The age of the User to validate. Default "35".
Required The email of the User to validate. Default "admin@example.com".
Message declaring if inputs are valid from schema.
uses: Spots87/validate-schema-js@v1 with: user-name: 'Joe' user-age: '25' user-email: 'joeCool@gmail.com'