This commit is contained in:
2026-04-05 00:39:43 -04:00
parent eb3d5db144
commit a9b41f9c83
2 changed files with 4 additions and 21 deletions

View File

@@ -1,20 +0,0 @@
name: checks
on:
- push
- pull_request
jobs:
lint:
name: check and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: lint
run: make lint
- name: build
run: make build
- name: test
run: make test

View File

@@ -1,6 +1,9 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
on:
- push
jobs:
Explore-Gitea-Actions: