- Remove test step from CI (WASM-only code can't run native tests) - Update manifesto links to use absolute Gitea URLs Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -17,5 +17,3 @@ jobs:
|
|||||||
run: GOOS=js GOARCH=wasm go build ./...
|
run: GOOS=js GOARCH=wasm go build ./...
|
||||||
- name: Build Host
|
- name: Build Host
|
||||||
run: go build ./host/...
|
run: go build ./host/...
|
||||||
- name: Test
|
|
||||||
run: go test ./...
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ WASM reactive UI framework for Go.
|
|||||||
## Organization Context
|
## Organization Context
|
||||||
|
|
||||||
This repo is part of Flowmade. See:
|
This repo is part of Flowmade. See:
|
||||||
- [Organization manifesto](../architecture/manifesto.md) - who we are, what we believe
|
- [Organization manifesto](https://git.flowmade.one/flowmade-one/architecture/src/branch/main/manifesto.md) - who we are, what we believe
|
||||||
- [Repository map](../architecture/repos.md) - how this fits in the bigger picture
|
- [Repository map](https://git.flowmade.one/flowmade-one/architecture/src/branch/main/repos.md) - how this fits in the bigger picture
|
||||||
- [Vision](./vision.md) - what this specific product does
|
- [Vision](./vision.md) - what this specific product does
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ WASM reactive UI framework for Go - build browser applications without JavaScrip
|
|||||||
|
|
||||||
## Organization Context
|
## Organization Context
|
||||||
|
|
||||||
This repo is part of Flowmade. See [organization manifesto](../architecture/manifesto.md) for who we are and what we believe.
|
This repo is part of Flowmade. See [organization manifesto](https://git.flowmade.one/flowmade-one/architecture/src/branch/main/manifesto.md) for who we are and what we believe.
|
||||||
|
|
||||||
## What This Is
|
## What This Is
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user