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

Commit

Permalink
Merge branch 'master' into ao-recovery-try-connect
Browse files Browse the repository at this point in the history
* master:
  Fix protoc install
  Companion for Adapt to new contracts runtime api (#1736)
  [ci] check fmt on master (#1734)
  • Loading branch information
ordian committed Oct 6, 2022
2 parents 528d02f + 8db577e commit 638e501
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 324 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Install tooling
run: |
apt-get install -y protobuf-compiler
sudo apt-get install -y protobuf-compiler
protoc --version
- name: Checkout repository
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/fmt-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Rustfmt check

on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

Expand Down
Loading

0 comments on commit 638e501

Please sign in to comment.