Skip to content

Commit 4d7b783

Browse files
committed
💩👌 make lint happy
1 parent 180f756 commit 4d7b783

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/gomod2nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: gomod2nix auto update
1+
name: 自动更新 nix 依赖
22
on:
33
push:
44
paths:

.github/workflows/docker-nightly.yml renamed to .github/workflows/nightly-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: 最新版docker image打包
1+
name: 打包最新版为 Docker Image
22

3-
on: [push, pull_request]
3+
on: [push]
44
jobs:
55
docker-builder:
66
name: build docker

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
linters-settings:
22
errcheck:
3-
ignore: fmt:.*
3+
exclude-functions: ["fmt:.*"]
44
ignoretests: true
55

66
goimports:

0 commit comments

Comments
 (0)