Skip to content

Commit 58704a1

Browse files
committed
docs: minor formatting updates in README.md and CI/CD workflow
- Removed unnecessary whitespace in README.md for improved readability. - Standardized quotes in the CI/CD workflow file for consistency.
1 parent a286fa1 commit 58704a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
branches: [main, develop]
1313
schedule:
1414
# Run weekly on Monday at 2am UTC
15-
- cron: "0 2 * * 1"
15+
- cron: '0 2 * * 1'
1616
workflow_dispatch:
1717

1818
permissions:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ project:
412412
npm run test:run # Run tests once
413413
npm run test:coverage # Run tests with coverage
414414
```
415-
415+
416416
**Master Test Command**: `npm test` or `npm run test:run` - Executes all tests using Vitest
417417

418418
3. **Data Validation**

0 commit comments

Comments
 (0)