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
c2c69cd6ec
commit
49ff9d7e6e
|
@ -396,6 +396,12 @@ jobs:
|
|||
timeout-minutes: 120
|
||||
file-env: './ci/test/00_setup_env_i686_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