Adding an automated workflow for forgejo.
This commit is contained in:
parent
50f4a68036
commit
9ae45821bf
2 changed files with 14 additions and 5 deletions
8
.forgejo/workflows/build.yaml
Normal file
8
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: alpine:3.19
|
||||
steps:
|
||||
- run: echo Verifying builds
|
11
README.md
11
README.md
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue