Skip to content

Commit 9540345

Browse files
committed
Merge #15: Fix small typos in ci README
b44c53b Fix small typos in ci README (raphjaph) Pull request description: I was going through the README trying to add the `rust-bitcoin` CI to my [BIP-322](https://github.com/raphjaph/bip322) crate and found some small things I needed to change to make it work for me. ACKs for top commit: tcharding: ACK b44c53b apoelstra: utACK b44c53b Tree-SHA512: a77ad368746588ac5df66b10421b285f1bfe49a49e903b4a6c6b0f2f1730c150b39945ecc2712f7eb757894489747ad07cd73fd133a21c53fbfe890d5ed37d03
2 parents 4f17a05 + b44c53b commit 9540345

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ All repositories MUST include a `REPO_DIR/contrib/crates.sh` script:
7575
CRATES=("base58" "bitcoin" "fuzz" "hashes" "internals" "io" "units")
7676
```
7777

78-
`CRATES` MUST be an array. If repository is not a workspace use `CRATES=(".")`).
78+
`CRATES` MUST be an array. If repository is not a workspace use `CRATES=(".")`.
7979

8080
### Per crate environment variables
8181

@@ -178,7 +178,7 @@ jobs:
178178
Have a file in the repository root with the nightly toolchain version to use.
179179
180180
```bash
181-
$ cat nightly_version
181+
$ cat nightly-version
182182
nightly-2024-04-30
183183
```
184184

@@ -222,4 +222,4 @@ jobs:
222222
run: cp Cargo-${{ matrix.dep }}.lock Cargo.lock
223223
- name: "Run test script"
224224
run: ./maintainer-tools/ci/run_task.sh nightly
225-
```
225+
```

0 commit comments

Comments
 (0)