ops: added a lint rule and adjusted the build workflow
Build and Bundle Gleam App / format (push) Failing after 9s
Build and Bundle Gleam App / build-and-bundle (push) Successful in 14s
Build and Bundle Gleam App / publish (push) Failing after 0s

This commit is contained in:
2026-07-10 00:23:48 +02:00
parent 5bcae0e0d6
commit a45e622bb3
11 changed files with 93 additions and 51 deletions
+3 -8
View File
@@ -1,16 +1,11 @@
name = "markdown2"
name = "luma"
version = "1.0.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# description = ""
# licences = ["Apache-2.0"]
# repository = { type = "github", user = "", repo = "" }
# links = [{ title = "Website", href = "" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
description = "A parser for a made up markup language"
licences = ["MIT"]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"