We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d240e commit 79529eaCopy full SHA for 79529ea
1 file changed
.github/workflows/validations.yaml
@@ -23,10 +23,9 @@ jobs:
23
- name: Install OS dependencies
24
run: apk add --no-cache uv git
25
- name: Configure git
26
- run: git config --global --add safe.directory ${{ github.workspace }}
+ run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
27
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
28
with:
29
persist-credentials: false
30
- set-safe-directory: ${{ github.workspace }}
31
- name: ruff check
32
run: uv run ruff check
0 commit comments