We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae87e29 commit 28987beCopy full SHA for 28987be
1 file changed
.github/workflows/test.yml
@@ -29,3 +29,7 @@ jobs:
29
run: |
30
echo "Contents of /tmp/codee/:"
31
ls -la /tmp/codee/
32
+
33
+ - name: Check Codee binary
34
+ shell: bash
35
+ run: codee --help
0 commit comments