aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
Commit message (Collapse)AuthorAgeFilesLines
* CI: make rustfmt work in nixci-fmtAlex Auvolat2022-12-021-5/+7
|
* Make repo a nix flakeAlex Auvolat2022-12-011-19/+33
|
* Use the official rust imageQuentin Dufour2021-09-201-1/+2
|
* Stricter Rust formating rules and build in the CIQuentin Dufour2021-09-201-9/+8
|
* added a line to CI to actually install rustfmt on the runneradrien2021-09-111-0/+1
|
* added rustfmt: a rustfmt.toml file diescribing syntax (soft tabs of 2 ↵adrien2021-09-111-0/+23
spaces), a CONTRIBUTING.md file to explain how to use rustfmt, a .drone.yml file to add code style checks in CI, 2 lines in README.md to present CONTRIBUTING.md, and applied rustfmt on the source