File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
- name : Install project dependencies
22
22
run : npm ci --no-audit --no-fund # https://docs.npmjs.com/cli/v8/commands/npm-ci
23
23
- name : Generate Golang + Chi application
24
- run : npm run generate -go-example
24
+ run : npm run gen -go-example
25
25
- name : Check whether all modified files have been committed
26
26
run : >-
27
27
MODIFIED_FILES="$(git status --short)";
Original file line number Diff line number Diff line change 21
21
- name : Install project dependencies
22
22
run : npm ci --no-audit --no-fund # https://docs.npmjs.com/cli/v8/commands/npm-ci
23
23
- name : Generate JavaScript + Express application
24
- run : npm run generate -js-example
24
+ run : npm run gen -js-example
25
25
- name : Check whether all modified files have been committed
26
26
run : >-
27
27
MODIFIED_FILES="$(git status --short)";
Original file line number Diff line number Diff line change 21
21
- name : Install project dependencies
22
22
run : npm ci --no-audit --no-fund # https://docs.npmjs.com/cli/v8/commands/npm-ci
23
23
- name : Generate Python + FastAPI application
24
- run : npm run generate -py-example
24
+ run : npm run gen -py-example
25
25
- name : Check whether all modified files have been committed
26
26
run : >-
27
27
MODIFIED_FILES="$(git status --short)";
You can’t perform that action at this time.
0 commit comments