-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add workflow #249
base: develop
Are you sure you want to change the base?
Add workflow #249
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment out pylint for now until repo is fully converted to python3 only.
- name: Lint with pylinit | ||
continue-on-error: true | ||
run: | | ||
make pylint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cvprac needs a lot of updates to support pylint on python3 so I'm thinking for now we comment this out?
Overview
I would like to propose adding linting and unittesting as a github action that would run on each branch.
Adds
Pending