Skip to content

Commit 6a0d73b

Browse files
committed
ci(workflows): update CI and release workflows for improved consistency
1 parent f607d9a commit 6a0d73b

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
name: Lint Test Build
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v6
2020

21-
- name: Install protobuf compiler
22-
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
21+
- name: Install protobuf compiler
22+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
2323

24-
- uses: dtolnay/rust-toolchain@nightly
24+
- uses: dtolnay/rust-toolchain@nightly
2525
with:
2626
components: rustfmt, clippy
2727

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
name: Release
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Checkout
17-
uses: actions/checkout@v6
18-
with:
19-
fetch-depth: 0
16+
- name: Checkout
17+
uses: actions/checkout@v6
18+
with:
19+
fetch-depth: 0
2020

21-
- name: Install protobuf compiler
22-
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
21+
- name: Install protobuf compiler
22+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
2323

24-
- name: Install Rust stable
24+
- name: Install Rust stable
2525
uses: dtolnay/rust-toolchain@stable
2626

2727
- name: Install Rust nightly with components

0 commit comments

Comments
 (0)