tangled
alpha
login
or
join now
oppi.li
/
sets
a rusty set datastructure for go
0
fork
atom
overview
issues
pulls
pipelines
ci: init
Signed-off-by: oppiliappan <me@oppi.li>
oppi.li
1 month ago
aea095ac
c6089afd
verified
This commit was signed with the committer's
known signature
.
oppi.li
SSH Key Fingerprint:
SHA256:yQs05DbrlPDC2pBXLxqOdLYEswq3oEBnHaJiBP7bOlM=
1/1
ci.yml
success
6s
options
unified
split
Changed files
+15
.tangled
workflows
ci.yml
+15
.tangled/workflows/ci.yml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: main
4
4
+
5
5
+
engine: nixery
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- go
10
10
+
11
11
+
steps:
12
12
+
- name: check fmt
13
13
+
command: test -z "$(gofmt -l .)"
14
14
+
- name: check test
15
15
+
command: go test -v