From 11a8a40853798bad6334e5d2098753040d1a35d0 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 8 Apr 2023 09:45:40 +0200 Subject: Add README Signed-off-by: Matthias Beyer --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c111d1 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# rust-ci-setup-bors + +You can fetch this repository to setup rust CI with bors in a project. + +In your project: + +``` +git checkout -b add-ci +git fetch github.com/matthiasbeyer/rust-ci-setup-bors master +git merge --no-ff --allow-unrelated-histories FETCH_HEAD +``` + +As this repository contains a default rust package (generated via `cargo init`), +you might need to resolve some conflicts. + +We need to cargo package to be able to run automated CI jobs on this repository, +for example for updating actions. + +You might also need to remove this README. + +## License + +(C) 2023 Matthias Beyer + +WTFPL + -- cgit v1.2.3