tangled
alpha
login
or
join now
seiso.moe
/
magna
1
fork
atom
a go dns packet parser
1
fork
atom
overview
issues
13
pulls
1
pipelines
add tangled pipelines
authored by
seiso.moe
and committed by
noreply
7 months ago
55466f8d
ed62ad50
+24
-1
3 changed files
expand all
collapse all
unified
split
.tangled
lint.yml
test.yml
message_test.go
+12
.tangled/lint.yml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
4
4
+
dependencies:
5
5
+
nix-pkgs:
6
6
+
- go
7
7
+
8
8
+
steps:
9
9
+
- name: "go fmt"
10
10
+
command: |
11
11
+
unformatted=$(gofmt -l .)
12
12
+
test -z "$unformatted" || (echo "$unformatted" && exit 1)
+11
.tangled/test.yml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
4
4
+
dependencies:
5
5
+
nixpkgs:
6
6
+
- go
7
7
+
8
8
+
steps:
9
9
+
- name: run all tests
10
10
+
command: |
11
11
+
go test -v ./...
+1
-1
message_test.go
···
226
226
},
227
227
},
228
228
EDNSVersion: 0x64,
229
229
-
UDPSize: 0x4d0,
229
229
+
UDPSize: 0x4d0,
230
230
},
231
231
},
232
232
}