From b6b80d6ae4a46a4342acc025d279ac8c8e4a0c30 Mon Sep 17 00:00:00 2001 From: sean <1026025056@qq.com> Date: Fri, 19 Jan 2024 10:44:05 +0800 Subject: [PATCH] update workflows --- ...o-action-atoms3-compile.yml => arduino-action-compile.yml} | 4 ++-- README.md | 2 +- README_cn.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{arduino-action-atoms3-compile.yml => arduino-action-compile.yml} (96%) diff --git a/.github/workflows/arduino-action-atoms3-compile.yml b/.github/workflows/arduino-action-compile.yml similarity index 96% rename from .github/workflows/arduino-action-atoms3-compile.yml rename to .github/workflows/arduino-action-compile.yml index 4e43e67..9653539 100644 --- a/.github/workflows/arduino-action-atoms3-compile.yml +++ b/.github/workflows/arduino-action-compile.yml @@ -40,12 +40,12 @@ jobs: # You may add a suffix behind the fqbn with "|" to specify one board for e.g. different compile options like arduino:avr:uno|trace ############################################################################################################# arduino-boards-fqbn: - - m5stack:esp32:atoms3 + - m5stack:esp32:m5stack_atoms3 # Specify parameters for each board. ############################################################################################################# include: - - arduino-boards-fqbn: m5stack:esp32:atoms3 + - arduino-boards-fqbn: m5stack:esp32:m5stack_atoms3 platform-url: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json sketches-exclude: WhistleSwitch,50Hz,SimpleFrequencyDetector diff --git a/README.md b/README.md index bc99c16..5eb0b86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AtomS3 Library -[![Arduino Compile](https://github.com/m5stack/M5AtomS3/actions/workflows/arduino-action-atoms3-compile.yml/badge.svg)](https://github.com/m5stack/M5AtomS3/actions/workflows/arduino-action-stickc-plus-compile.yml) +[![Arduino Compile](https://github.com/m5stack/M5AtomS3/actions/workflows/arduino-action-compile.yml/badge.svg)](https://github.com/m5stack/M5AtomS3/actions/workflows/arduino-action-compile.yml) [![Arduino Lint](https://github.com/m5stack/M5AtomS3/actions/workflows/Arduino-Lint-Check.yml/badge.svg)](https://github.com/m5stack/M5AtomS3/actions/workflows/Arduino-Lint-Check.yml) [![Clang Format](https://github.com/m5stack/M5AtomS3/actions/workflows/clang-format-check.yml/badge.svg)](https://github.com/m5stack/M5AtomS3/actions/workflows/clang-format-check.yml) diff --git a/README_cn.md b/README_cn.md index ac9c4a6..7bd7de9 100644 --- a/README_cn.md +++ b/README_cn.md @@ -1,6 +1,6 @@ # AtomS3 Library -[![Arduino Compile](https://github.com/m5stack/M5AtomS3/actions/workflows/arduino-action-atoms3-compile.yml/badge.svg)](https://github.com/m5stack/M5AtomS3/actions/workflows/arduino-action-stickc-plus-compile.yml) +[![Arduino Compile](https://github.com/m5stack/M5AtomS3/actions/workflows/arduino-action-compile.yml/badge.svg)](https://github.com/m5stack/M5AtomS3/actions/workflows/arduino-action-compile.yml) [![Arduino Lint](https://github.com/m5stack/M5AtomS3/actions/workflows/Arduino-Lint-Check.yml/badge.svg)](https://github.com/m5stack/M5AtomS3/actions/workflows/Arduino-Lint-Check.yml) [![Clang Format](https://github.com/m5stack/M5AtomS3/actions/workflows/clang-format-check.yml/badge.svg)](https://github.com/m5stack/M5AtomS3/actions/workflows/clang-format-check.yml)