Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small typos in ci README #15

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ All repositories MUST include a `REPO_DIR/contrib/crates.sh` script:
CRATES=("base58" "bitcoin" "fuzz" "hashes" "internals" "io" "units")
```

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

### Per crate environment variables

Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
Have a file in the repository root with the nightly toolchain version to use.

```bash
$ cat nightly_version
$ cat nightly-version
nightly-2024-04-30
```

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