2025-02-11 10:52:44 +08:00
|
|
|
name: Auth & User Management Service CI
|
|
|
|
|
2025-02-11 11:00:33 +08:00
|
|
|
on: [push]
|
2025-02-11 09:57:08 +08:00
|
|
|
|
|
|
|
jobs:
|
2025-02-11 11:00:33 +08:00
|
|
|
Explore-Gitea-Actions:
|
2025-02-11 09:57:08 +08:00
|
|
|
runs-on: runner
|
2025-02-11 10:52:44 +08:00
|
|
|
container:
|
|
|
|
image: golang:alpine
|
|
|
|
volumes:
|
|
|
|
- /go/pkg/mod:/go/pkg/mod
|
|
|
|
|
2025-02-11 09:57:08 +08:00
|
|
|
steps:
|
2025-02-11 11:16:41 +08:00
|
|
|
- uses: actions/checkout@v4
|
2025-02-11 11:06:15 +08:00
|
|
|
- uses: actions/setup-go@v5
|
|
|
|
- run: go version
|