rename rust/ to taskchampion/

This commit is contained in:
Dustin J. Mitchell 2022-07-10 16:27:52 +00:00 committed by Tomas Babej
parent ccb9a0fdfb
commit 12ecfa2b1e
161 changed files with 15 additions and 15 deletions

2
.github/CODEOWNERS vendored
View file

@ -1,3 +1,3 @@
rust/* @dbr @djmitche
taskchampion/* @dbr @djmitche
Cargo.toml @dbr @djmitche
Cargo.lock @dbr @djmitche

View file

@ -59,8 +59,8 @@ jobs:
# if this changes, change it in cli/Cargo.toml and .github/workflows/publish-docs.yml as well
mdbook-version: '0.4.10'
- run: mdbook test rust/docs
- run: mdbook build rust/docs
- run: mdbook test taskchampion/docs
- run: mdbook build taskchampion/docs
fmt:
runs-on: ubuntu-latest