Commit Graph

6 Commits

Author SHA1 Message Date
Mikolaj Wielgus 71cdc2794d chore(licensing): add REUSE headers to hidden files, `flake.nix`, `index.html`
I ran the following command in Fish shell:

```
reuse annotate --copyright="Topola contributors" --license="MIT" **/.gitignore {.woodpecker/*,.*}.yaml .rustfmt.toml flake.nix index.html
```
2024-12-30 00:18:38 +01:00
Alain Emilia Anna Zscheile 2d1af33204 build: put egui and cli into separate crates
* build(ci): try to fix CI
* build: use workspace dependencies for deduplication / drift avoidance
2024-11-20 15:44:02 +01:00
crapStone 181eaa7e2c
fix woodpecker warnings 2024-10-01 23:43:38 +02:00
Alain Emilia Anna Zscheile 49d7b3306b CI: don't run CI checks on pull_request_closed and such 2024-10-01 20:00:13 +00:00
hakki 5793f0635a CICD: fixed CLI build 2024-09-25 18:18:21 +02:00
hakki f0a193fc6e CICD: add cli build (#37)
Topola missed `CLI` build test in CI/CD,

Reviewed-on: https://codeberg.org/topola/topola/pulls/37
Co-authored-by: hakki <hakki@noreply.codeberg.org>
Co-committed-by: hakki <hakki@noreply.codeberg.org>
2024-09-24 19:03:07 +00:00