tangled
alpha
login
or
join now
sharpmars.nekoweb.org
/
leaflet-md
33
fork
atom
CLI tool to sync your Markdown to Leaflet
leafletpub
atproto
cli
markdown
33
fork
atom
overview
issues
2
pulls
pipelines
Test Tangled workflows
sharpmars.nekoweb.org
4 months ago
87cb3935
0e7d7940
+15
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
publish.yml
+15
.tangled/workflows/publish.yml
···
1
1
+
when:
2
2
+
- event: ["manual"]
3
3
+
branch: ["main"]
4
4
+
- event: ["push"]
5
5
+
tag: ["v*"]
6
6
+
7
7
+
engine: "nixery"
8
8
+
9
9
+
dependencies:
10
10
+
nixpkgs:
11
11
+
- bun
12
12
+
13
13
+
steps:
14
14
+
- name: "testing"
15
15
+
command: "bun -v"