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 58604f0 commit 7490ed8Copy full SHA for 7490ed8
.github/workflows/code-to-tree.yml
@@ -39,6 +39,12 @@ jobs:
39
run: CFLAGS="-I \"C:\Program Files\Git\usr\local\include\" -L \"C:\Program Files\Git\usr\local\lib\"" make
40
- run: dir
41
- run: ldd code-to-tree.exe
42
+ - shell: bash
43
+ run: cat toolcall-1.json | ./code-to-tree.exe
44
45
+ run: cat toolcall-2.json | ./code-to-tree.exe
46
47
+ run: cat toolcall-3.json | ./code-to-tree.exe
48
- uses: actions/upload-artifact@v4
49
with:
50
name: code-to-tree.exe
@@ -69,6 +75,9 @@ jobs:
69
75
- run: make
70
76
- run: ls -l
71
77
- run: otool -L code-to-tree
78
+ - run: cat toolcall-1.json | ./code-to-tree
79
+ - run: cat toolcall-2.json | ./code-to-tree
80
+ - run: cat toolcall-3.json | ./code-to-tree
72
81
73
82
74
83
name: code-to-tree
0 commit comments