add simple cicd
This commit is contained in:
14
.gitea/workflows/ci.yaml
Normal file
14
.gitea/workflows/ci.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: 1.25.1
|
||||
- run: go install github.com/rhysd/actionlint/cmd/actionlint@latest
|
||||
- run: actionlint
|
||||
Reference in New Issue
Block a user