Some checks failed
Auth & User Management Service CI / Explore-Gitea-Actions (push) Failing after 12s
16 lines
298 B
YAML
16 lines
298 B
YAML
name: Auth & User Management Service CI
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
Explore-Gitea-Actions:
|
|
runs-on: runner
|
|
container:
|
|
image: golang:alpine
|
|
volumes:
|
|
- /go/pkg/mod:/go/pkg/mod
|
|
|
|
steps:
|
|
- uses: actions/checkout@v5
|
|
- uses: actions/setup-go@v5
|
|
- run: go version |