Skip to content

Commit dcac726

Browse files
authored
Fix yaml
1 parent 1183ccd commit dcac726

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
CARGO_TERM_COLOR: always
1111

1212
jobs:
13-
build stable:
13+
build_stable:
1414

1515
runs-on: ubuntu-latest
1616

@@ -26,7 +26,7 @@ jobs:
2626
- name: Docs
2727
run: cargo doc --verbose --all
2828

29-
build beta:
29+
build_beta:
3030
runs-on: ubuntu-latest
3131

3232
steps:
@@ -41,7 +41,7 @@ jobs:
4141
- name: Docs
4242
run: cargo doc --verbose --all
4343

44-
build nightly:
44+
build_nightly:
4545
runs-on: ubuntu-latest
4646

4747
steps:
@@ -56,7 +56,7 @@ jobs:
5656
- name: Docs
5757
run: cargo doc --verbose --all
5858

59-
check big endian:
59+
check_big_endian:
6060
runs-on: ubuntu-latest
6161

6262
steps:

0 commit comments

Comments
 (0)