Skip to content

v1.0.12

Choose a tag to compare

@antonmedv antonmedv released this 15 Oct 21:08
· 4 commits to master since this release
6242095
handle errors in dep, correctly catch missing url in version check (#65)

* handle errors in dep, correctly catch missing url in version check

replace console.error with throw to handle dep error failures
in main try/catch to mark job as failed in one place

* add test action, prevent failure on empty options

* fix conflict resolution