Skip to content

A repository you can git-fetch to a PR to get basic Rust CI with bors

Notifications You must be signed in to change notification settings

matthiasbeyer/rust-ci-setup-bors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://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

About

A repository you can git-fetch to a PR to get basic Rust CI with bors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages