Skip to content

Commit faf5076

Browse files
author
MarcoFalke
committed
ci: mv cirrus.yml to github yaml
1 parent 22adc08 commit faf5076

File tree

2 files changed

+25
-29
lines changed

2 files changed

+25
-29
lines changed

.cirrus.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,28 @@ jobs:
7676
7777
- name: Save caches
7878
uses: bitcoin/bitcoin/.github/actions/save-caches@master
79+
80+
lint:
81+
name: lint
82+
runs-on: ubuntu-slim
83+
84+
steps:
85+
- name: Checkout
86+
uses: actions/checkout@v6
87+
with:
88+
fetch-depth: 2
89+
90+
- name: Install Cargo
91+
run: |
92+
sudo apt-get update
93+
sudo apt-get install -y cargo
94+
95+
- name: Build touched-files-check
96+
working-directory: contrib/touched-files-check
97+
run: cargo build
98+
99+
- name: Fuzz inputs size
100+
run: du -sh ./fuzz_corpora/
101+
102+
- name: Lint
103+
run: ./contrib/touched-files-check/target/debug/touched-files-check "HEAD~..HEAD"

0 commit comments

Comments
 (0)