kpi-web-guild / django-girls-blog-Martolivna

django-girls-blog-Martolivna created by GitHub Classroom
Other
0 stars 0 forks source link

Add integration of GitHub Action CI/CD #18

Closed Martolivna closed 1 year ago

Martolivna commented 1 year ago

It enables to automatically run pre-commit tool on push and PR events, exсept the no-commit-to-branch check to avoid a false-positive faillure when merging PR. This patch also adds the GitHub Actions CI/CD badge into README to display the workflow status.

Resolves #14