Dev setup: note GitHub has no CI yet, so local checks are the gate there
This commit is contained in:
@@ -182,10 +182,12 @@ tasks call `venv/` and `frontend/node_modules`).
|
||||
bash scripts/check-naming-and-style.sh # naming - runs via Git Bash
|
||||
```
|
||||
There is NO auto-installed git hook - you run these yourself (or the
|
||||
VS Code task). CI runs all three on every push and will fail the build
|
||||
if a name is wrong, so nothing bad reaches `main`; running them locally
|
||||
just saves the round trip. The naming check is a shell script, so that
|
||||
one line needs Git Bash (installed with Git for Windows).
|
||||
VS Code task). On the internal server, CI runs all three on every push
|
||||
and fails the build on a bad name. GitHub Actions is not set up on the
|
||||
public mirror yet, so if you develop against GitHub these local checks
|
||||
(or the opt-in hook below) are your only gate - run them. The naming
|
||||
check is a shell script, so that one line needs Git Bash (installed with
|
||||
Git for Windows).
|
||||
|
||||
Want it automatic? The repo ships a hook; enable it once per clone:
|
||||
```powershell
|
||||
|
||||
Reference in New Issue
Block a user