We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441f626 commit 2bc2dbaCopy full SHA for 2bc2dba
.github/workflows/ci.yml
@@ -21,10 +21,6 @@ jobs:
21
with:
22
node-version: "20"
23
24
- - name: Compile scripts
25
- working-directory: code-explainer
26
- run: python -c "import glob,py_compile; [py_compile.compile(f, doraise=True) for f in glob.glob('scripts/*.py')]; print('compiled')"
27
-
28
- name: Smoke test
29
working-directory: code-explainer
30
run: python scripts/analyze.py analyze --source . --output .ci-out --mode quick --audience nontech --format markdown --output-layout full --llm-mode off --ask-before-llm-use false --prompt-for-llm-key false --enable-web-enrichment false
0 commit comments