Skip to content

Commit 35b48b9

Browse files
authored
Merge pull request #5 from Tinyu-Zhao/main
Update workflows
2 parents 69198de + e5b147d commit 35b48b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/Arduino-Lint-Check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
lint:
1919
name: Lint Check
20-
runs-on: ubuntu-latest
20+
runs-on: [self-hosted, Linux, X64]
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: arduino/arduino-lint-action@v2

.github/workflows/clang-format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ on:
3535
jobs:
3636
formatting-check:
3737
name: Formatting Check
38-
runs-on: ubuntu-latest
38+
runs-on: [self-hosted, Linux, X64]
3939
strategy:
4040
matrix:
4141
path:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Description of the product
2020

2121
## Remaining steps(Editorial Staff Look,After following the steps, remember to delete all the content below)
2222

23-
1. Change [clang format check path](./.github/workflows/clang-format-check.yml#L9-L15).
23+
1. Change [clang format check path](./.github/workflows/clang-format-check.yml#L42-L47).
2424
2. Add License content to [LICENSE](/LICENSE).
25-
3. Change link on line 78 of [bug-report.yml](./.github/ISSUE_TEMPLATE/bug-report.yml#L78).
25+
3. Change link on line 78 of [bug-report.yml](./.github/ISSUE_TEMPLATE/bug-report.yml#L79).
2626

2727
```cpp
2828
Example

0 commit comments

Comments
 (0)