Skip to content

Releases: helpfulengineering/ok-validate

v0.0.4

24 Mar 21:17
413557a
Compare
Choose a tag to compare

Added

  • file-restrictions option to allow for a space-separated list of files instead of iterating over all files in a given directory if not modified. So instead of failing a pull request because a legacy file is not compliant, only fail if a modified file is invalid. Can restrict this to a prefix/path. Will need to be modified in the future as default input path is ./ which wold make file matching invalid when combined with file-restrictions

v0.0.3

24 Mar 07:26
5b98341
Compare
Choose a tag to compare

Fixes

  • Valid results were still being appended to error messages array

Changes

  • Update the tagging GitHub Action to latest version

v0.0.2

24 Mar 06:47
7c9cc5d
Compare
Choose a tag to compare

Fixes

  • In OKH schema, the certification field should not be required
  • Update the GitHub Action Workflow with required field

Added

  • (External) Docker Hub builds for pull requests and merge to main

v0.0.1

24 Mar 02:53
6a9ede3
Compare
Choose a tag to compare
Merge pull request #3 from helpfulengineering/gh-action

Initial github action logic