diff --git a/.github/workflows/arduino-action-paper-compile.yml b/.github/workflows/arduino-action-paper-compile.yml index 83706b5..0d1c32f 100644 --- a/.github/workflows/arduino-action-paper-compile.yml +++ b/.github/workflows/arduino-action-paper-compile.yml @@ -7,7 +7,7 @@ # # This is the name of the workflow, visible on GitHub UI. -name: arduino-action-paper-compile +name: Arduino Compile on: push: # see: https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request paths: diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 35d1370..457009f 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -1,4 +1,4 @@ -name: clang-format Check +name: Clang Format on: [push, pull_request] jobs: formatting-check: diff --git a/README.md b/README.md index f3e6295..5b56aad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # M5Paper Library +[![Arduino Compile](https://github.com/m5stack/M5EPD/actions/workflows/arduino-action-paper-compile.yml/badge.svg)](https://github.com/m5stack/M5EPD/actions/workflows/arduino-action-paper-compile.yml) +[![Clang Format](https://github.com/m5stack/M5EPD/actions/workflows/clang-format-check.yml/badge.svg)](https://github.com/m5stack/M5EPD/blob/main/.github/workflows/clang-format-check.yml) + + English | [中文](README_cn.md) m5paper_pic_01