Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 638e501

Browse files
committed
Merge branch 'master' into ao-recovery-try-connect
* master: Fix protoc install Companion for Adapt to new contracts runtime api (#1736) [ci] check fmt on master (#1734)
2 parents 528d02f + 8db577e commit 638e501

File tree

5 files changed

+293
-324
lines changed

5 files changed

+293
-324
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Install tooling
1515
run: |
16-
apt-get install -y protobuf-compiler
16+
sudo apt-get install -y protobuf-compiler
1717
protoc --version
1818
1919
- name: Checkout repository

.github/workflows/fmt-check.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Rustfmt check
22

33
on:
4+
push:
5+
branches:
6+
- master
47
pull_request:
58
types: [opened, synchronize, reopened, ready_for_review]
69

0 commit comments

Comments
 (0)