Skip to content

Commit

Permalink
naming and move checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
cylewitruk committed Jan 17, 2025
1 parent 920c64b commit 5627eb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buf-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Buf CI
name: Protobuf Linting
on: [push]

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contract-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Contract tests
name: Contract Tests
on: [push]

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
- uses: rui314/setup-mold@v1
with:
make-default: true
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: Swatinem/rust-cache@v2
with:
shared-key: "rust-tests"
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 5627eb3

Please sign in to comment.