From f05d32b50aff49b91f0eb39c09027de5c6fb81fa Mon Sep 17 00:00:00 2001 From: Khalil Estell Date: Sun, 9 Jul 2023 16:57:10 -0700 Subject: [PATCH] :memo: Remove duplicate info in usage code --- README.md | 39 +-------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/README.md b/README.md index aa81e7a..459d311 100644 --- a/README.md +++ b/README.md @@ -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/platform_deploy.yml@4.0.0 - 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: