mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
💩👌 make lint happy
This commit is contained in:
parent
180f7564f3
commit
4d7b7835e8
2
.github/workflows/gomod2nix.yml
vendored
2
.github/workflows/gomod2nix.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: gomod2nix auto update
|
name: 自动更新 nix 依赖
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
name: 最新版docker image打包
|
name: 打包最新版为 Docker Image
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
docker-builder:
|
docker-builder:
|
||||||
name: build docker
|
name: build docker
|
||||||
@ -1,6 +1,6 @@
|
|||||||
linters-settings:
|
linters-settings:
|
||||||
errcheck:
|
errcheck:
|
||||||
ignore: fmt:.*
|
exclude-functions: ["fmt:.*"]
|
||||||
ignoretests: true
|
ignoretests: true
|
||||||
|
|
||||||
goimports:
|
goimports:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user