(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
+1 -2
View File
@@ -1,5 +1,5 @@
name: Golang lint name: Golang lint
run-name: Linting code in ${{ gitea.repository }} by ${{ gitea.actor }} run-name: Linting code
on: [push] on: [push]
jobs: jobs:
@@ -8,6 +8,5 @@ jobs:
steps: steps:
- name: Checkout repository code - name: Checkout repository code
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Run golangci-lint - name: Run golangci-lint
run: golangci-lint run run: golangci-lint run