summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-09-28 12:45:34 +0300
committerAsko Nõmm <asko@nmm.ee>2025-09-28 12:45:34 +0300
commit6882fad101b6aa1261afd52083d173dbb20fdbdd (patch)
tree8defc0483441ccdd028b5985e56799ffc2f585cd
parentc811171418c164eea54c88b6ca5633bee01585f5 (diff)
Test build works, add to README
-rw-r--r--.gitignore1
-rw-r--r--README.md2
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 79c77e1..dc5e00e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
.clj-kondo/
dompa.iml
.cpcache/
+target/ \ No newline at end of file
diff --git a/README.md b/README.md
index 5d337a3..a6b3335 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
# Dompa
+[![builds.sr.ht status](https://builds.sr.ht/~asko/dompa/commits/main/test.yml.svg)](https://builds.sr.ht/~asko/dompa/commits/main/test.yml?)
+
A zero-dependency, runtime-agnostic HTML parser (and builder). \ No newline at end of file