diff options
| author | Joel Challis <git@zvecr.com> | 2023-02-28 20:27:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-28 20:27:11 +0000 |
| commit | 53727062db036596eaec9e7fff6d1d9e112c2206 (patch) | |
| tree | ed0bb11b9cfd419cddbcf7b27a33cf40dc492320 /.github/workflows/cli.yml | |
| parent | d35cdcc93394bbfd5a5af8fb21c0383d8c200afc (diff) | |
Disable safe.directory check (#19970)
Diffstat (limited to '.github/workflows/cli.yml')
| -rw-r--r-- | .github/workflows/cli.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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: | |||
| 21 | container: qmkfm/qmk_cli | 21 | container: qmkfm/qmk_cli |
| 22 | 22 | ||
| 23 | steps: | 23 | steps: |
| 24 | - name: Disable safe.directory check | ||
| 25 | run : git config --global --add safe.directory '*' | ||
| 26 | |||
| 24 | - uses: actions/checkout@v3 | 27 | - uses: actions/checkout@v3 |
| 25 | with: | 28 | with: |
| 26 | submodules: recursive | 29 | submodules: recursive |
| 30 | |||
| 27 | - name: Install dependencies | 31 | - name: Install dependencies |
| 28 | run: pip3 install -r requirements-dev.txt | 32 | run: pip3 install -r requirements-dev.txt |
| 29 | - name: Run tests | 33 | - name: Run tests |
