frenck / action-addon-linter

🚀 Frenck's GitHub Action for linting Home Assistant Add-ons.
MIT License
9 stars 3 forks source link

Fix exit code reset #15

Closed frenck closed 3 years ago

frenck commented 3 years ago

Fixes an issue where the exit code was reset when a build.json is processed.

This causes the action to succeed successfully in case the config.json has errors, but build.json does not.

It now exists properly again.