My personal-knowledge-system, with deeply integrated task tracking and long term goal planning capabilities.

feat: init ci #2

merged opened by suri.codes targeting main from ci
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:nxdjlcnomw44wvso6myag2e6/sh.tangled.repo.pull/3mgbrxr4svb22
+29
Diff #0
+16
.tangled/workflows/check.yaml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: ["main"] 4 + 5 + dependencies: 6 + nixpkgs: 7 + - cargo 8 + - just 9 + 10 + steps: 11 + - name: clippy 12 + command: | 13 + cargo clippy 14 + - name: build 15 + command: | 16 + just build
+13
.tangled/workflows/test.yaml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: ["main"] 4 + 5 + dependencies: 6 + nixpkgs: 7 + - cargo 8 + - just 9 + 10 + steps: 11 + - name: run tests 12 + command: | 13 + just test

History

1 round 0 comments
sign up or login to add to the discussion
suri.codes submitted #0
1 commit
expand
feat: init ci
expand 0 comments
pull request successfully merged