pnnl / Quality-Install-Tool

BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Update eslint.yml to fail when linting fails #131

Closed jackcruz53 closed 1 year ago

jackcruz53 commented 1 year ago

This PR resolves issues with the linting test failing to catch linting issues when making commits on github. To test this, I verified that the branch had linting errors that needed to be resolved, then pushed them to github and witnessed the github action fail and list the specific linting errors as the cause for failure. After this, I ran lint:fix and witnessed the test pass on github. This validates that the action will fail when there are linting errors. This should be the last item needed to check off this issue: https://github.com/pnnl/Quality-Install-Tool/issues/25