Skip to content

Commit

Permalink
update workflows and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitshaoxiang committed Jul 31, 2023
1 parent 1308a02 commit 6a65a64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arduino-action-paper-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: clang-format Check
name: Clang Format
on: [push, pull_request]
jobs:
formatting-check:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/product_jpg/assets/img/product_pics/core/m5paper/m5paper_01.jpg" alt="m5paper_pic_01" width="400px">
Expand Down

0 comments on commit 6a65a64

Please sign in to comment.