File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout the Repository
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
- name : Install Rust Toolchain
21
21
run : |
22
22
rustup toolchain install ${{ env.RUST_TOOLCHAIN }} --profile minimal --component rustfmt
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout the Repository
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
- name : Install Rust Toolchain
33
33
run : |
34
34
rustup toolchain install ${{ env.RUST_TOOLCHAIN }} --profile minimal --component clippy
46
46
max-parallel : 3
47
47
steps :
48
48
- name : Checkout the Repository
49
- uses : actions/checkout@v3
49
+ uses : actions/checkout@v4
50
50
with :
51
51
submodules : recursive
52
52
- name : Install Rust Toolchain
Original file line number Diff line number Diff line change 1
1
# CKB Bitcoin SPV
2
2
3
3
[ ![ License]] ( #license )
4
+ [ ![ GitHub Actions]] ( https://github.com/ckb-cell/ckb-bitcoin-spv/actions )
4
5
5
6
> [ !WARNING]
6
7
> This repository is still in the proof-of-concept stage.
7
8
8
9
A [ Bitcoin] SPV library, which is used to develop Bitcoin SPV on [ CKB] .
9
10
10
11
[ License ] : https://img.shields.io/badge/License-MIT-blue.svg
12
+ [ GitHub Actions ] : https://github.com/ckb-cell/ckb-bitcoin-spv/workflows/CI/badge.svg
11
13
12
14
## Resources
13
15
You can’t perform that action at this time.
0 commit comments