mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Mark git directory as safe for formatting job
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -136,6 +136,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- run: git config --global --add safe.directory $PWD
|
||||||
- name: Run clang-format
|
- name: Run clang-format
|
||||||
run: scripts/check-code-formatting
|
run: scripts/check-code-formatting
|
||||||
check-changelog-formatting:
|
check-changelog-formatting:
|
||||||
|
|||||||
Reference in New Issue
Block a user