File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 13
13
pre-commit :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
17
- with :
18
- # Need to grab the history of the PR
19
- fetch-depth : 0
16
+ - uses : actions/checkout@v4
20
17
- uses : actions-rs/toolchain@v1
21
18
with :
22
19
profile : default
@@ -29,19 +26,21 @@ jobs:
29
26
uses : Swatinem/rust-cache@v2
30
27
with :
31
28
workspaces : |
29
+ apps/fortuna
30
+ apps/hermes/server
32
31
target_chains/ethereum/sdk/stylus
33
32
target_chains/cosmwasm
34
33
target_chains/fuel/contracts
35
34
target_chains/solana
36
35
governance/remote_executor
37
36
lazer
38
37
pythnet/message_buffer
38
+ pythnet/pythnet_sdk
39
39
pythnet/stake_caps_parameters
40
40
- name : Install protoc
41
41
uses : arduino/setup-protoc@v3
42
42
with :
43
43
repo-token : ${{ secrets.GITHUB_TOKEN }}
44
- - uses : actions/checkout@v4
45
44
- name : Install poetry
46
45
run : pipx install poetry
47
46
- name : Install g++ 12
You can’t perform that action at this time.
0 commit comments