(new): logger replacer for token
Golang lint / lint (push) Successful in 1m19s

(fix): scene command routing
This commit is contained in:
2026-04-23 21:50:00 +03:00
parent d6da95394c
commit 768dc859d7
10 changed files with 110 additions and 34 deletions
+13
View File
@@ -0,0 +1,13 @@
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