Misspelt forgejo

This commit is contained in:
Leon Mika 2025-01-27 13:21:45 +11:00
parent a20530ddfd
commit 5dcbffe270

View 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 ./...