RenJS-V2 icon indicating copy to clipboard operation
RenJS-V2 copied to clipboard

Automated Github actions fail.

Open ravigupta-art opened this issue 4 years ago • 2 comments

A lot of GitHub Actions fail while submitting a pull request.

ravigupta-art avatar Nov 09 '21 10:11 ravigupta-art

https://github.com/lunafromthemoon/RenJS-V2/runs/4150672850?check_suite_focus=true

ravigupta-art avatar Nov 09 '21 10:11 ravigupta-art

this is an expected failure right now: the project has a linter setup but most of the code was written without being linted, so there are hundreds of legacy lint errors that need to be cleaned up. the fact that it's failing is safe to ignore, but the check can still be used to make sure new lines of code added in PRs are linted (the github action will put notations where the errors are found)

seleb avatar Nov 10 '21 01:11 seleb