1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 17:42:29 +01:00

Mark git directory as safe for formatting job

This commit is contained in:
Michał Janiszewski
2025-09-19 13:42:47 +02:00
parent 814f54fe34
commit fdcfd8704b

View File

@@ -136,6 +136,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: git config --global --add safe.directory $PWD
- name: Run clang-format
run: scripts/check-code-formatting
check-changelog-formatting: