wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam

:construction_worker: target erlang

+2 -2
+2 -2
.tangled/workflows/lint.yml
··· 14 14 - gccgo 15 15 16 16 steps: 17 - - name: check for syntax errors 18 - command: gleam check 17 + - name: check for potential errors 18 + command: gleam check -t erlang 19 19 20 20 - name: check for unformatted files 21 21 command: gleam format --check src test