Skip to content

Commit

Permalink
💩👌 make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Jun 6, 2024
1 parent 180f756 commit 4d7b783
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gomod2nix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: gomod2nix auto update
name: 自动更新 nix 依赖
on:
push:
paths:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 最新版docker image打包
name: 打包最新版为 Docker Image

on: [push, pull_request]
on: [push]
jobs:
docker-builder:
name: build docker
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
linters-settings:
errcheck:
ignore: fmt:.*
exclude-functions: ["fmt:.*"]
ignoretests: true

goimports:
Expand Down

0 comments on commit 4d7b783

Please sign in to comment.