Adding an automated workflow for forgejo. #1

Merged
pfm merged 1 commit from add-automated-build into main 2023-12-30 16:04:06 +00:00
2 changed files with 14 additions and 5 deletions

View file

@ -0,0 +1,8 @@
on: [push]
jobs:
test:
runs-on: docker
container:
image: alpine:3.19
steps:
- run: echo Verifying builds

View file

@ -10,11 +10,12 @@ code is copied to this implementation (and slightly modified).
## Usage
This library is not yet published.
This artifact is available in the Garrity Software Maven repository.
```scala
object GS {
val UUID: ModuleID =
"gs" %% "gs-uuid-v0" % "0.1.0"
}
externalResolvers +=
"Garrity Software Releases" at "https://maven.garrity.co/releases"
val GsUuid: ModuleID =
"gs" %% "gs-uuid-v0" % "0.1.0"
```