test
Golang lint / GoLint (push) Successful in 3m15s
Build and push image / docker (push) Failing after 3m19s
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2026-04-23 13:36:35 +03:00
parent efec9fe5c5
commit 9a0e1fceea
4 changed files with 79 additions and 17 deletions
+20
View File
@@ -0,0 +1,20 @@
name: Golang lint
run-name: Linting code in ${{ gitea.repository }} by ${{ gitea.actor }} 🚀
on: [push]
jobs:
GoLint:
runs-on: linux-latest
steps:
- name: Check out repository code
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.26"
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.11