Skip to content

Commit af6fb5f

Browse files
authored
ci: Fix clang-format (#336)
Fix #311
1 parent 312e990 commit af6fb5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
FROM alpine:edge
44
# Install system build dependencies
55
RUN apk add --no-cache git clang-extra-tools
6+
RUN git config --global --add safe.directory /repo

.github/workflows/clang_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
clang-format:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: Fetch origin/main
1212
run: git fetch origin main
1313
- name: List of changed file(s)

0 commit comments

Comments
 (0)