We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180f756 commit 4d7b783Copy full SHA for 4d7b783
3 files changed
.github/workflows/gomod2nix.yml
@@ -1,4 +1,4 @@
1
-name: gomod2nix auto update
+name: 自动更新 nix 依赖
2
on:
3
push:
4
paths:
.github/workflows/docker-nightly.yml .github/workflows/nightly-docker.yml.github/workflows/docker-nightly.yml renamed to .github/workflows/nightly-docker.yml
@@ -1,6 +1,6 @@
-name: 最新版docker image打包
+name: 打包最新版为 Docker Image
-on: [push, pull_request]
+on: [push]
jobs:
5
docker-builder:
6
name: build docker
.golangci.yml
linters-settings:
errcheck:
- ignore: fmt:.*
+ exclude-functions: ["fmt:.*"]
ignoretests: true
goimports:
0 commit comments