mirror of
https://github.com/google/cpu_features.git
synced 2025-04-28 07:23:37 +02:00
parent
312e990c6f
commit
af6fb5f0d4
1
.github/workflows/Dockerfile
vendored
1
.github/workflows/Dockerfile
vendored
@ -3,3 +3,4 @@
|
|||||||
FROM alpine:edge
|
FROM alpine:edge
|
||||||
# Install system build dependencies
|
# Install system build dependencies
|
||||||
RUN apk add --no-cache git clang-extra-tools
|
RUN apk add --no-cache git clang-extra-tools
|
||||||
|
RUN git config --global --add safe.directory /repo
|
||||||
|
2
.github/workflows/clang_format.yml
vendored
2
.github/workflows/clang_format.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
clang-format:
|
clang-format:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Fetch origin/main
|
- name: Fetch origin/main
|
||||||
run: git fetch origin main
|
run: git fetch origin main
|
||||||
- name: List of changed file(s)
|
- name: List of changed file(s)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user