Skip to content

Commit fe7b761

Browse files
committed
try again
1 parent 323c6d8 commit fe7b761

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/clang-tidy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: clang-tidy
22
on:
33
pull_request:
44
push:
5-
branches: [ main ]
6-
5+
branches: [main]
76
jobs:
87
tidy:
98
runs-on: ubuntu-latest
10-
119
steps:
1210
- uses: actions/checkout@v4
13-
11+
- name: Set up Docker Buildx
12+
uses: docker/setup-buildx-action@v3
1413
# 1) Build the same Docker "builder" stage your tests use
1514
- name: Build unit test/builder image
1615
uses: docker/build-push-action@v6
@@ -23,7 +22,6 @@ jobs:
2322
cache-to: type=gha,mode=min,ref=image-cache-${{ github.ref_name }}-${{ runner.arch }}
2423
build-args: |
2524
DEPENDENCY_IMAGE=${{ env.DOCKER_DEPENDENCY_IMAGE_NAME }}:commit-${{ env.HEAD_SHA }}-${{ runner.arch }}
26-
2725
# 2) Run clang-tidy inside that image, bind mounting the workspace.
2826
# We install clang-tidy in the container (in case the builder image doesn't have it).
2927
- name: Run clang-tidy inside builder

0 commit comments

Comments
 (0)