Skip to content
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 basic git workflow #21

Open
5 tasks
arslanashraf7 opened this issue Nov 29, 2021 · 0 comments
Open
5 tasks

Add basic git workflow #21

arslanashraf7 opened this issue Nov 29, 2021 · 0 comments

Comments

@arslanashraf7
Copy link
Contributor

Currently, there is no workflow specified in this repository that could check code quality, formatting, tests, commitlint same as edX.

We can create the basic architecture of the workflow from https://github.com/edx/edx-cookiecutters and instead of applying that onto a single package, we can customize the workflow settings to work for the whole repository.

Acceptance Criteria:

  • Add basic GitHub actions workflow file
  • Add code quality e.g. pycode style, black etc
  • Run tests in the workflow (pytest/tox)
  • Add coverage Github Action
  • Add commitlint just like edX
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

No branches or pull requests

1 participant