mirror of https://github.com/bitcoin/bitcoin.git
ci: port tidy
Co-authored-by: Max Edwards <youwontforgetthis@gmail.com>
This commit is contained in:
parent
549074bc64
commit
bf7d536452
|
@ -475,6 +475,12 @@ jobs:
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
file-env: './ci/test/00_setup_env_native_centos.sh'
|
file-env: './ci/test/00_setup_env_native_centos.sh'
|
||||||
|
|
||||||
|
- name: 'tidy'
|
||||||
|
cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-md'
|
||||||
|
fallback-runner: 'ubuntu-24.04'
|
||||||
|
timeout-minutes: 120
|
||||||
|
file-env: './ci/test/00_setup_env_native_tidy.sh'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
Loading…
Reference in New Issue