Skip to content

Commit

Permalink
Fix small typos in ci README
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Sep 9, 2024
1 parent f92b276 commit 39a0b85
Showing 1 changed file with 3 additions and 3 deletions.
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 @@ -195,7 +195,7 @@ jobs:
uses: actions/checkout@v4
- name: Read nightly version
id: read_toolchain
run: echo "nightly_version=$(cat nightly-version)" >> $GITHUB_OUTPUT
run: echo "nightly_version=$(cat nightly_version)" >> $GITHUB_OUTPUT

Nightly: # 2 jobs, one per manifest.
name: Test - nightly toolchain
Expand All @@ -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
```
```

0 comments on commit 39a0b85

Please sign in to comment.