Skip to content

Commit 18426f7

Browse files
committed
docs: clarify Docker usage in CHANGELOG
- make ci-check runs local checks without Docker (fast) - make act-* commands use Docker for GitHub Actions simulation
1 parent 77427da commit 18426f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
- Enhanced Makefile with colored output and Docker checks
1818
- Added new targets: `make ci-check`, `make act-local`, `make test-quick`
1919
- Single entry point for all development tasks
20+
- `make ci-check` runs fast local checks (no Docker)
21+
- `make act-*` commands use Docker for GitHub Actions simulation
2022

2123
### Fixed
2224
- **CI/CD**: Added missing `lightgbm>=4.0.0,<5.0.0` dependency

0 commit comments

Comments
 (0)