We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510b7f3 commit 23a85c7Copy full SHA for 23a85c7
.github/workflows/lint.yml
@@ -39,12 +39,7 @@ jobs:
39
-DLLMODEL_KOMPUTE=OFF
40
- name: Path glob
41
id: glob
42
- run: |
43
- {
44
- echo 'GPT4ALL_PATHS<<EOF'
45
- find gpt4all-backend/src gpt4all-chat/src -name '*.cpp'
46
- echo EOF
47
- } >>"$GITHUB_OUTPUT"
+ run: echo "GPT4ALL_PATHS=$(find gpt4all-backend/src gpt4all-chat/src -name '*.cpp' -printf '%p ')" >>"$GITHUB_OUTPUT"
48
- name: Clazy
49
uses: MinyazevR/[email protected]
50
with:
0 commit comments