Misspelt forgejo
This commit is contained in:
parent
a20530ddfd
commit
5dcbffe270
1 changed files with 0 additions and 0 deletions
23
.forgejo/workflows/ci.yaml
Normal file
23
.forgejo/workflows/ci.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
name: 'ci'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Cloning repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.22.4'
|
||||
- name: Test
|
||||
run: |
|
||||
go test ./...
|
||||
Loading…
Add table
Add a link
Reference in a new issue