1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-02 21:53:18 +02:00

ci: Add clang-format check (#132)

* ci: Add Clang-format check

* ci: Only check file(s) in the commit list
This commit is contained in:
Mizux
2020-09-23 11:33:35 +02:00
committed by GitHub
parent 0d47deb9f1
commit 38f2a0274f
2 changed files with 29 additions and 0 deletions

5
.github/workflows/Dockerfile vendored Normal file
View File

@ -0,0 +1,5 @@
# Create a virtual environment with all tools installed
# ref: https://hub.docker.com/_/alpine
FROM alpine:edge
# Install system build dependencies
RUN apk add --no-cache git clang