Skip to content

Commit

Permalink
attempt to fix glob
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Van Bortel <[email protected]>
  • Loading branch information
cebtenzzre committed Oct 21, 2024
1 parent 510b7f3 commit 23a85c7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ jobs:
-DLLMODEL_KOMPUTE=OFF
- name: Path glob
id: glob
run: |
{
echo 'GPT4ALL_PATHS<<EOF'
find gpt4all-backend/src gpt4all-chat/src -name '*.cpp'
echo EOF
} >>"$GITHUB_OUTPUT"
run: echo "GPT4ALL_PATHS=$(find gpt4all-backend/src gpt4all-chat/src -name '*.cpp' -printf '%p ')" >>"$GITHUB_OUTPUT"
- name: Clazy
uses: MinyazevR/[email protected]
with:
Expand Down

0 comments on commit 23a85c7

Please sign in to comment.