We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5e55e commit 52454aeCopy full SHA for 52454ae
2 files changed
.github/workflows/release-plz.yml
@@ -52,4 +52,4 @@ jobs:
52
command: release-pr
53
env:
54
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
55
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}cl
README.md
@@ -15,11 +15,8 @@
15
16
```bash
17
# Install
18
-# Install
19
cargo install syncable-cli
20
21
-# Analyze any project
22
-
23
# Analyze any project
24
sync-ctl analyze /path/to/your/project
25
@@ -213,8 +210,6 @@ We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
213
210
# Run tests
214
211
cargo test
215
212
216
-# Check code quality
217
-cargo clippy
218
# Check code quality
219
cargo clippy
220
0 commit comments