Fix CI and manifesto links
All checks were successful
CI / build (push) Successful in 40s

- 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:
2026-01-08 19:39:15 +01:00
parent 00d98879d3
commit 1129f1b43d
3 changed files with 3 additions and 5 deletions

View File

@@ -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 ./...

View File

@@ -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

View File

@@ -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