2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 04:22:33 +08:00

fix: lint

This commit is contained in:
2025-04-12 06:13:56 +08:00
parent 137665b77d
commit ae76a0171d
4 changed files with 2 additions and 721 deletions

View File

@@ -20,8 +20,7 @@ jobs:
go install github.com/leonelquinteros/gotext/cli/xgotext@latest
- name: Generate pot files
run: |
~/go/bin/xgotext -default web -pkg-tree ./cmd/web -out ./pkg/embed/locales
~/go/bin/xgotext -default cli -pkg-tree ./cmd/cli -out ./pkg/embed/locales
~/go/bin/xgotext -default backend -pkg-tree ./cmd/web -out ./pkg/embed/locales
- uses: stefanzweifel/git-auto-commit-action@v5
name: Commit changes
with: