Skip to content

Commit 13a3d29

Browse files
committed
ci: disable audit and fund during dependencies installation
See: - https://docs.npmjs.com/cli/v8/commands/npm-ci#audit - https://docs.npmjs.com/cli/v8/commands/npm-ci#fund Part of #13
1 parent a6bf8e9 commit 13a3d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 18
2020
cache: 'npm'
2121
- name: Install project dependencies
22-
run: npm ci # https://docs.npmjs.com/cli/v8/commands/npm-ci
22+
run: npm ci --no-audit --no-fund # https://docs.npmjs.com/cli/v8/commands/npm-ci
2323
- name: Generate Python + FastAPI application
2424
run: ./src/cli.js --lang python --dest-dir examples/python
2525
- name: Check whether files were modified

0 commit comments

Comments
 (0)