We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bf8e9 commit 13a3d29Copy full SHA for 13a3d29
.github/workflows/generate-python-app.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: 18
20
cache: 'npm'
21
- name: Install project dependencies
22
- run: npm ci # https://docs.npmjs.com/cli/v8/commands/npm-ci
+ run: npm ci --no-audit --no-fund # https://docs.npmjs.com/cli/v8/commands/npm-ci
23
- name: Generate Python + FastAPI application
24
run: ./src/cli.js --lang python --dest-dir examples/python
25
- name: Check whether files were modified
0 commit comments