generated from nhcarrigan/template
fix(ci): generate a fake order.json for CI linting
Node.js CI / Lint and Test (push) Successful in 58s
Node.js CI / Lint and Test (push) Successful in 58s
This commit is contained in:
@@ -28,6 +28,9 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Create fake order.json
|
||||
run: echo '{"chapters":[{"modules":[{"blocks":["responsive-web-design",]}]}]}' > ./data/order.json
|
||||
|
||||
- name: Lint Source Files
|
||||
run: pnpm run lint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user