repository template for Rust projects

test: test out spindle CI #2

closed opened by samanthanguyen.me targeting main from test-ci
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:smd2mvg2dao4rqnnz6qexdov/sh.tangled.repo.pull/3mbg3ewll2i22
+5 -5
Interdiff #0 #1
crates/my_crate/src/lib.rs

This file has not been changed.

+1 -1
.tangled/workflows/build.yml
··· 1 1 when: 2 - - event: ["pull_request"] 2 + - event: ["push", "pull_request"] 3 3 branch: ["main"] 4 4 5 5 engine:
+1 -1
.tangled/workflows/codeqa-clippy.yml
··· 1 1 when: 2 - - event: ["pull_request"] 2 + - event: ["push", "pull_request"] 3 3 branch: ["main"] 4 4 5 5 engine:
+1 -1
.tangled/workflows/codeqa-rustfmt.yml
··· 1 1 when: 2 - - event: ["pull_request"] 2 + - event: ["push", "pull_request"] 3 3 branch: ["main"] 4 4 5 5 engine:
+1 -1
.tangled/workflows/test-miri.yml
··· 1 1 when: 2 - - event: ["pull_request"] 2 + - event: ["push", "pull_request"] 3 3 branch: ["main"] 4 4 5 5 engine:
+1 -1
.tangled/workflows/test.yml
··· 1 1 when: 2 - - event: ["pull_request"] 2 + - event: ["push", "pull_request"] 3 3 branch: ["main"] 4 4 5 5 engine:

History

3 rounds 0 comments
sign up or login to add to the discussion
3 commits
expand
test: test out spindle CI
ci: update CI events
ci: fix CI
expand 0 comments
closed without merging
2 commits
expand
test: test out spindle CI
ci: update CI events
expand 0 comments
1 commit
expand
test: test out spindle CI
expand 0 comments