Skip to content

Conversation

@sdrapha
Copy link
Contributor

@sdrapha sdrapha commented May 9, 2023

I'm not sure if you are interested on github actions, but I did it anyway.
I know there are currently azure-pipelines already there. But the github version of workflows integrates so well both on web interface, app, notifications, etc. so I'm just putting it out there.

It's possible to improve it a bit, breaking out flake8, mypy and pylint in different threads, but for now, just converting the existing azure pipeline structure works well.

@sdrapha
Copy link
Contributor Author

sdrapha commented May 9, 2023

Note that, when I created this PR, all github actions run prrety fast and were completely done (including an extra one python 3.11), and the azure ones hadn't even started yet at that moment.
Seems there is a performance difference.
Granted that the extra 40 secs of waiting on the azure ones would not hurt anybody though.

@cdnninja
Copy link
Contributor

Outside of tests I am a big fan of pre-commit instead of github actions for linting. It auto corrects items it can in the PRs plus consumes the precommit files that VS code uses so just enforces those same items. https://pre-commit.ci/

@cdnninja
Copy link
Contributor

I think github actions are now used, I suspect this can be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants