Adding an automated workflow for forgejo. (#1)
All checks were successful
/ test (push) Successful in 3s
All checks were successful
/ test (push) Successful in 3s
Reviewed-on: #1
This commit is contained in:
parent
50f4a68036
commit
84d089390e
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
|
|
@ -10,11 +10,12 @@ code is copied to this implementation (and slightly modified).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
This library is not yet published.
|
This artifact is available in the Garrity Software Maven repository.
|
||||||
|
|
||||||
```scala
|
```scala
|
||||||
object GS {
|
externalResolvers +=
|
||||||
val UUID: ModuleID =
|
"Garrity Software Releases" at "https://maven.garrity.co/releases"
|
||||||
|
|
||||||
|
val GsUuid: ModuleID =
|
||||||
"gs" %% "gs-uuid-v0" % "0.1.0"
|
"gs" %% "gs-uuid-v0" % "0.1.0"
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue