We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549074b commit bf7d536Copy full SHA for bf7d536
.github/workflows/ci.yml
@@ -475,6 +475,12 @@ jobs:
475
timeout-minutes: 120
476
file-env: './ci/test/00_setup_env_native_centos.sh'
477
478
+ - name: 'tidy'
479
+ cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-md'
480
+ fallback-runner: 'ubuntu-24.04'
481
+ timeout-minutes: 120
482
+ file-env: './ci/test/00_setup_env_native_tidy.sh'
483
+
484
steps:
485
- name: Checkout
486
uses: actions/checkout@v5
0 commit comments