Skip to content

Commit 61a028a

Browse files
committed
CI: Fix workflow docs
These are not correct, go through the `rust.yml` file and fix the list of jobs. Also fix grammar in `Format` job comment.
1 parent a6e897f commit 61a028a

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ Run from `rust.yml` unless stated otherwise. Total 11 jobs.
1515
3. `Nightly - minimal`
1616
4. `Nightly - recent`
1717
5. `MSRV - minimal`
18-
6. `Lint`
19-
7. `Docs`
20-
8. `Docsrs`
21-
9. `Bench`
22-
10. `Format`
23-
10. `Int-tests`
24-
11. `Embedded`
18+
6. `MSRV - recent`
19+
7. `Lint`
20+
8. `Docs`
21+
9. `Docsrs`
22+
10. `Bench`
23+
11. `Format`
24+
12. `Int-tests`
25+
13. `Embedded`

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
- name: "Run test script"
168168
run: ./maintainer-tools/ci/run_task.sh bench
169169

170-
Format: # 1 jobs, run cargo fmt directly.
170+
Format: # 1 job, run cargo fmt directly.
171171
name: Format - nightly toolchain
172172
runs-on: ubuntu-latest
173173
strategy:

0 commit comments

Comments
 (0)