Skip to content

Commit

Permalink
ci: Add GitHub Actions workflow for automated builds
Browse files Browse the repository at this point in the history
- Add continuous integration pipeline
- Configure TypeScript build process
- Set up automated testing with Mocha
- Add dependency installation and caching
- Implement compilation verification
  • Loading branch information
ctkqiang committed Nov 2, 2024
1 parent 8bc313b commit ebd434a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ http://localhost:3000

1. 克隆仓库
```bash
git clone https://github.com/yourusername/AEDPenang.git
git clone https://github.com/ctkqiang/AEDPenang.git
```

2. 安装依赖
Expand Down

0 comments on commit ebd434a

Please sign in to comment.