Adding an automated workflow for forgejo. (#1)
All checks were successful
/ test (push) Successful in 3s

Reviewed-on: #1
This commit is contained in:
Pat Garrity 2023-12-30 16:04:05 +00:00
parent 50f4a68036
commit 84d089390e
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 =
externalResolvers +=
"Garrity Software Releases" at "https://maven.garrity.co/releases"
val GsUuid: ModuleID =
"gs" %% "gs-uuid-v0" % "0.1.0"
}
```