We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312e990 commit af6fb5fCopy full SHA for af6fb5f
.github/workflows/Dockerfile
@@ -3,3 +3,4 @@
3
FROM alpine:edge
4
# Install system build dependencies
5
RUN apk add --no-cache git clang-extra-tools
6
+RUN git config --global --add safe.directory /repo
.github/workflows/clang_format.yml
@@ -7,7 +7,7 @@ jobs:
7
clang-format:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
11
- name: Fetch origin/main
12
run: git fetch origin main
13
- name: List of changed file(s)
0 commit comments