💩👌 make lint happy

This commit is contained in:
源文雨 2024-06-06 15:31:33 +09:00
parent 180f7564f3
commit 4d7b7835e8
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: gomod2nix auto update
name: 自动更新 nix 依赖
on:
push:
paths:

View File

@ -1,6 +1,6 @@
name: 最新版docker image打包
name: 打包最新版为 Docker Image
on: [push, pull_request]
on: [push]
jobs:
docker-builder:
name: build docker

View File

@ -1,6 +1,6 @@
linters-settings:
errcheck:
ignore: fmt:.*
exclude-functions: ["fmt:.*"]
ignoretests: true
goimports: