diff options
| author | QMK Bot <hello@qmk.fm> | 2023-02-28 20:29:48 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2023-02-28 20:29:48 +0000 |
| commit | 791ab00ff381983797af5be644ea16c6b5bd689c (patch) | |
| tree | 50a1d38440e74a28aa1855a6b9867eb233fbc8e6 /.github/workflows/cli.yml | |
| parent | c9b206ffc85852da67abec4f0a62920fad9a379d (diff) | |
| parent | 53727062db036596eaec9e7fff6d1d9e112c2206 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
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: 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 |
