From 53727062db036596eaec9e7fff6d1d9e112c2206 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Tue, 28 Feb 2023 20:27:11 +0000 Subject: Disable safe.directory check (#19970) --- .github/workflows/cli.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/cli.yml') diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index aeca9679cb..d98692e6d9 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -21,9 +21,13 @@ jobs: container: qmkfm/qmk_cli steps: + - name: Disable safe.directory check + run : git config --global --add safe.directory '*' + - uses: actions/checkout@v3 with: submodules: recursive + - name: Install dependencies run: pip3 install -r requirements-dev.txt - name: Run tests -- cgit v1.2.3