1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 05:11:15 +02:00

ci: Fix clang-format (#336)

Fix #311
This commit is contained in:
Mizux
2023-09-14 11:54:10 +02:00
committed by GitHub
parent 312e990c6f
commit af6fb5f0d4
2 changed files with 2 additions and 1 deletions

View File

@ -3,3 +3,4 @@
FROM alpine:edge
# Install system build dependencies
RUN apk add --no-cache git clang-extra-tools
RUN git config --global --add safe.directory /repo

View File

@ -7,7 +7,7 @@ jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Fetch origin/main
run: git fetch origin main
- name: List of changed file(s)