Closed kantord closed 2 years ago
I would like to work on this issue. Can you please assign it to me?
sure @Frey0-0 ! :1st_place_medal:
@kantord I have completed this issue and also made a PR. Can you please assign this issue a hacktoberfest label as well?
I think it's not necessary to assign such a label to the issues itself, the label is already assigned to the project. If you log in into your hacktoberfest profile, you should be able to see your PR already. Do you see it?
oh yes, I do see it thanks @kantord for the information :)
Look at this commit that ports the
mypy
checks from Semaphore CI to GitHub Actions: https://github.com/LibreLingo/LibreLingo/pull/2465/commits/a09e4899f55d7e53b17fb569197fc2f3cf676c45This task should be very simple, just repeat the same step for
black
andpylint
, so that all of those checks are executed using GitHub Actions instead of Semaphore CI.