Skip to content

Commit 218a023

Browse files
authored
Merge pull request #25 from ckb-cell/ci-checksum
ci: checksum binaries
2 parents 6baccce + 4a30d62 commit 218a023

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/checksum.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Checksum
2+
3+
on: [push, pull_request]
4+
5+
env:
6+
CARGO_TERM_COLOR: always
7+
8+
jobs:
9+
ubuntu-build:
10+
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v3
15+
with:
16+
submodules: true
17+
- name: Build binaries
18+
run: make docker-build
19+
- name: Checksum
20+
run: git diff --exit-code checksums.txt

0 commit comments

Comments
 (0)