We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3021ba commit 1ccc67aCopy full SHA for 1ccc67a
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