FILE / ScuroNeko/Laniakea

.gitea/workflows/go-lint.yaml

Исходный файл и его история в репозитории.
FILE 768dc859d73881351af601be3f8ba27e57b8616f
Files
Laniakea/.gitea/workflows/go-lint.yaml
T
ScuroNeko 768dc859d7
Golang lint / lint (push) Successful in 1m19s
(new): logger replacer for token
(fix): scene command routing
2026-04-23 21:50:00 +03:00

13 lines
287 B
YAML

name: Golang lint
run-name: Linting code in ${{ gitea.repository }} by ${{ gitea.actor }}
on: [push]
jobs:
lint:
runs-on: go-latest
steps:
- name: Check out repository code
uses: actions/checkout@v6
- name: Run golangci-lint
run: golangci-lint run