(ci/cd): some style changes in workflow
Golang lint / lint (push) Successful in 2m34s

This commit is contained in:
2026-04-23 22:24:11 +03:00
parent 768dc859d7
commit e92a0d37f3
+2 -3
View File
@@ -1,13 +1,12 @@
name: Golang lint
run-name: Linting code in ${{ gitea.repository }} by ${{ gitea.actor }}
run-name: Linting code
on: [push]
jobs:
lint:
runs-on: go-latest
steps:
- name: Check out repository code
- name: Checkout repository code
uses: actions/checkout@v6
- name: Run golangci-lint
run: golangci-lint run