Skip to content

Commit

Permalink
ci: Fix clang-format (#336)
Browse files Browse the repository at this point in the history
Fix #311
  • Loading branch information
Mizux authored Sep 14, 2023
1 parent 312e990 commit af6fb5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
FROM alpine:edge
# Install system build dependencies
RUN apk add --no-cache git clang-extra-tools
RUN git config --global --add safe.directory /repo
2 changes: 1 addition & 1 deletion .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Fetch origin/main
run: git fetch origin main
- name: List of changed file(s)
Expand Down

0 comments on commit af6fb5f

Please sign in to comment.