M .github/workflows/cli.yml => .github/workflows/cli.yml +4 -0
@@ 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
M .github/workflows/format.yml => .github/workflows/format.yml +3 -0
@@ 22,6 22,9 @@ jobs:
container: qmkfm/qmk_cli
steps:
+ - name: Disable safe.directory check
+ run : git config --global --add safe.directory '*'
+
- uses: actions/checkout@v3
with:
fetch-depth: 0
M .github/workflows/format_push.yml => .github/workflows/format_push.yml +3 -0
@@ 16,6 16,9 @@ jobs:
container: qmkfm/qmk_cli
steps:
+ - name: Disable safe.directory check
+ run : git config --global --add safe.directory '*'
+
- uses: actions/checkout@v3
with:
fetch-depth: 0
M .github/workflows/lint.yml => .github/workflows/lint.yml +3 -0
@@ 15,6 15,9 @@ jobs:
container: qmkfm/qmk_cli
steps:
+ - name: Disable safe.directory check
+ run : git config --global --add safe.directory '*'
+
- uses: actions/checkout@v3
with:
fetch-depth: 0
M .github/workflows/regen.yml => .github/workflows/regen.yml +3 -0
@@ 16,6 16,9 @@ jobs:
container: qmkfm/qmk_cli
steps:
+ - name: Disable safe.directory check
+ run : git config --global --add safe.directory '*'
+
- uses: actions/checkout@v3
- name: Run qmk generators
M .github/workflows/regen_push.yml => .github/workflows/regen_push.yml +3 -0
@@ 16,6 16,9 @@ jobs:
container: qmkfm/qmk_cli
steps:
+ - name: Disable safe.directory check
+ run : git config --global --add safe.directory '*'
+
- uses: actions/checkout@v3
- name: Run qmk generators