From 02f13fa9d1893a65d578aef47f951b81431fa3bf Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Thu, 3 Feb 2022 14:01:09 +0800 Subject: [PATCH] add code quality badge (#201) --- .github/workflows/PR_CI.yml | 2 -- README.md | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/PR_CI.yml b/.github/workflows/PR_CI.yml index 8a0b6afda..dc0685af6 100644 --- a/.github/workflows/PR_CI.yml +++ b/.github/workflows/PR_CI.yml @@ -49,8 +49,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - name: autoyapf id: autoyapf diff --git a/README.md b/README.md index 68515e94f..15d79dd47 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ [![Build](https://github.com/hpcaitech/ColossalAI/actions/workflows/PR_CI.yml/badge.svg)](https://github.com/hpcaitech/ColossalAI/actions/workflows/PR_CI.yml) [![Documentation](https://readthedocs.org/projects/colossalai/badge/?version=latest)](https://colossalai.readthedocs.io/en/latest/?badge=latest) + [![codebeat badge](https://codebeat.co/badges/bfe8f98b-5d61-4256-8ad2-ccd34d9cc156)](https://codebeat.co/projects/github-com-hpcaitech-colossalai-main) An integrated large-scale model training system with efficient parallelization techniques.