diff --git a/.github/workflows/ct-commitlint.yml b/.github/workflows/ct-commitlint.yml index f7d185b..ebee6c2 100644 --- a/.github/workflows/ct-commitlint.yml +++ b/.github/workflows/ct-commitlint.yml @@ -14,5 +14,8 @@ jobs: uses: actions/checkout@v3 with: {fetch-depth: 1000} + - name: Git safe.directory + run: git config --global --add safe.directory $PWD + - name: Lint commits run: conventional-tools commitlint -l1