aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/.github/DOCS.md
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-mcxa/.github/DOCS.md')
-rw-r--r--embassy-mcxa/.github/DOCS.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/embassy-mcxa/.github/DOCS.md b/embassy-mcxa/.github/DOCS.md
deleted file mode 100644
index e932784c7..000000000
--- a/embassy-mcxa/.github/DOCS.md
+++ /dev/null
@@ -1,23 +0,0 @@
1# Github config and workflows
2
3In this folder there is configuration for codecoverage, dependabot, and ci
4workflows that check the library more deeply than the default configurations.
5
6This folder can be or was merged using a --allow-unrelated-histories merge
7strategy from <https://github.com/jonhoo/rust-ci-conf/> which provides a
8reasonably sensible base for writing your own ci on. By using this strategy
9the history of the CI repo is included in your repo, and future updates to
10the CI can be merged later.
11
12To perform this merge run:
13
14```shell
15git remote add ci https://github.com/jonhoo/rust-ci-conf.git
16git fetch ci
17git merge --allow-unrelated-histories ci/main
18```
19
20An overview of the files in this project is available at:
21<https://www.youtube.com/watch?v=xUH-4y92jPg&t=491s>, which contains some
22rationale for decisions and runs through an example of solving minimal version
23and OpenSSL issues.