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:
5
.github/workflows/Dockerfile
vendored
Normal file
5
.github/workflows/Dockerfile
vendored
Normal 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
|
Reference in New Issue
Block a user