mirror of https://github.com/bitcoin/bitcoin.git
ci: port tidy
Github-Pull: #32989
Rebased-From: bf7d536452
Co-authored-by: Max Edwards <youwontforgetthis@gmail.com>
This commit is contained in:
parent
b4286cf354
commit
3b2dcc8b9a
|
@ -352,6 +352,12 @@ jobs:
|
|||
timeout-minutes: 120
|
||||
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:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
|
|
Loading…
Reference in New Issue