From e5b147d8a1993e19e9169f050912e1c58a83cc3a Mon Sep 17 00:00:00 2001 From: Tinyu-Zhao Date: Thu, 27 Feb 2025 14:53:31 +0800 Subject: [PATCH] Update workflows --- .github/workflows/Arduino-Lint-Check.yml | 2 +- .github/workflows/clang-format-check.yml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Arduino-Lint-Check.yml b/.github/workflows/Arduino-Lint-Check.yml index ee49e2f..6fd2f52 100644 --- a/.github/workflows/Arduino-Lint-Check.yml +++ b/.github/workflows/Arduino-Lint-Check.yml @@ -7,7 +7,7 @@ on: jobs: lint: name: Lint Check - runs-on: ubuntu-latest + runs-on: [self-hosted, Linux, X64] steps: - uses: actions/checkout@v2 - uses: arduino/arduino-lint-action@v1 diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index ecc4a96..bb38931 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -35,7 +35,7 @@ on: jobs: formatting-check: name: Formatting Check - runs-on: ubuntu-latest + runs-on: [self-hosted, Linux, X64] strategy: matrix: path: diff --git a/README.md b/README.md index 7ebbfc2..2be4654 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ Description of the product ## Remaining steps(Editorial Staff Look,After following the steps, remember to delete all the content below) -1. Change [clang format check path](./.github/workflows/clang-format-check.yml#L9-L15). +1. Change [clang format check path](./.github/workflows/clang-format-check.yml#L42-L47). 2. Add License content to [LICENSE](/LICENSE). -3. Change link on line 78 of [bug-report.yml](./.github/ISSUE_TEMPLATE/bug-report.yml#L78). +3. Change link on line 78 of [bug-report.yml](./.github/ISSUE_TEMPLATE/bug-report.yml#L79). ```cpp Example