We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13486f commit 6a83d74Copy full SHA for 6a83d74
.github/workflows/gomod2nix.yml
@@ -1,6 +1,8 @@
1
name: 自动更新 nix 依赖
2
on:
3
push:
4
+ branches:
5
+ - master
6
paths:
7
- 'go.mod'
8
- 'go.sum'
@@ -23,6 +25,7 @@ jobs:
23
25
- name: Check out code into the Go module directory
24
26
uses: actions/checkout@master
27
with:
28
+ ref: master
29
fetch-depth: 0
30
31
- name: gomod2nix update
.github/workflows/push.yml
@@ -1,5 +1,8 @@
name: PushLint
-on: [ push ]
+on:
+ push:
jobs:
golangci:
name: lint
@@ -13,6 +16,7 @@ jobs:
13
16
14
17
15
18
19
20
21
22
- name: Tidy Modules
0 commit comments