This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 Remove duplicate info in usage code
- Loading branch information
Showing
1 changed file
with
1 addition
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# libhal/ci | ||
# [`libhal/ci`](https://github.com/libhal/ci) - Continuous Integration | ||
|
||
The `libhal/ci` repository provides a collection of GitHub Actions workflows | ||
that are designed to automate the process of building, testing, and deploying | ||
|
@@ -64,43 +64,6 @@ workflows from the `libhal/ci` repository: | |
```yaml | ||
name: ✅ Checks | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
push: | ||
tags: | ||
- "*" | ||
branches: | ||
- main | ||
schedule: | ||
- cron: "0 12 * * 0" | ||
|
||
jobs: | ||
libhal: | ||
uses: libhal/ci/.github/workflows/library.yml | ||
with: | ||
library: libhal | ||
repo: libhal/libhal | ||
secrets: inherit | ||
|
||
stm32f103c8-cortex-m3-upload: | ||
uses: libhal/ci/.github/workflows/[email protected] | ||
with: | ||
profile: stm32f103c8 | ||
upload: true | ||
processor_profile: https://github.com/libhal/libhal-armcortex.git | ||
secrets: inherit | ||
|
||
libhal-stm32f1: | ||
uses: libhal/ci/.github/workflows/platform_deploy.yml | ||
with: | ||
library: libhal-stm32f1 | ||
repo: libhal/libhal-stm32f1 | ||
profile: stm32f1 | ||
secrets: inherit | ||
|
||
name: ✅ Checks | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
|