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
|
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
|
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
|
VS Code task). On the internal server, CI runs all three on every push
|
||||||
if a name is wrong, so nothing bad reaches `main`; running them locally
|
and fails the build on a bad name. GitHub Actions is not set up on the
|
||||||
just saves the round trip. The naming check is a shell script, so that
|
public mirror yet, so if you develop against GitHub these local checks
|
||||||
one line needs Git Bash (installed with Git for Windows).
|
(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:
|
Want it automatic? The repo ships a hook; enable it once per clone:
|
||||||
```powershell
|
```powershell
|
||||||
|
|||||||
Reference in New Issue
Block a user