We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051ea66 commit 3cf655dCopy full SHA for 3cf655d
.github/workflows/ci.yml
@@ -21,14 +21,10 @@ jobs:
21
with:
22
node-version: "20"
23
24
- - name: Install Mermaid CLI
25
- run: npm install -g @mermaid-js/mermaid-cli
26
-
27
- name: Compile scripts
28
working-directory: code-explainer
29
run: python -c "import glob,py_compile; [py_compile.compile(f, doraise=True) for f in glob.glob('scripts/*.py')]; print('compiled')"
30
31
- name: Smoke test
32
33
- run: python scripts/analyze.py analyze --source . --output .ci-out --mode standard --audience nontech --enable-web-enrichment false
34
+ run: python scripts/analyze.py analyze --source . --output .ci-out --mode quick --audience nontech --enable-web-enrichment false
0 commit comments