Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
📝 Remove duplicate info in usage code
Browse files Browse the repository at this point in the history
  • Loading branch information
Khalil Estell authored and kammce committed Jul 9, 2023
1 parent 5cbae4e commit f05d32b
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions README.md
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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f05d32b

Please sign in to comment.