Closed WhyNotHugo closed 2 years ago
This sets up linting to run on pushes to main and pull requests.
main
It mostly detects errors like ineffectual assignments, errors not being checked, unread parameters and things like that.
The pipeline won't run on forks, but I think I got all the obvious cases in #11.
Integrated this into #11
This sets up linting to run on pushes to
main
and pull requests.It mostly detects errors like ineffectual assignments, errors not being checked, unread parameters and things like that.
The pipeline won't run on forks, but I think I got all the obvious cases in #11.