Closed CodeWithEmad closed 1 year ago
@regisb Should I modify the gh_refs_path
function so that "refs": "GITHUB_API" + gh_refs_path()
is replaced by "refs": gh_refs_path("openedx/frontend-app-account")
?
Also, don't we wanna have make isort
and make format
run in the test.yml?
Should I modify the gh_refs_path function so that "refs": "GITHUB_API" + gh_refs_path() is replaced by "refs": gh_refs_path("openedx/frontend-app-account")?
Yes, good idea!
Also, don't we wanna have make isort and make format run in the test.yml?
I think that's convenient, yes.
I think that's a great step forward, and the PR looks good as it is.
I'm happy to hear that!
black and isort steps added and gh_refs_path reformatted.
I have resolved the conflicts that were caused by merging my last pull request.
Also I had another thing in mind. Shouldn't we update documents to inform contributors about running make ...
commands before creating new PRs?
Just a friendly reminder @kdmccormick @arbrandes
This will add a Makefile, clean the code with isort and black, and fix typing issues. Closes https://github.com/overhangio/tutor-mfe/issues/151