summaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-02-28 20:27:11 +0000
committerGitHub <noreply@github.com>2023-02-28 20:27:11 +0000
commit53727062db036596eaec9e7fff6d1d9e112c2206 (patch)
treeed0bb11b9cfd419cddbcf7b27a33cf40dc492320 /.github/workflows/lint.yml
parentd35cdcc93394bbfd5a5af8fb21c0383d8c200afc (diff)
Disable safe.directory check (#19970)
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 535c082af5..6b4e266bde 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -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