tangled
alpha
login
or
join now
baileytownsend.dev
/
at-advent
forked from
oppi.li/at-advent
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
ci: add rustfmt check
Signed-off-by: oppiliappan <me@oppi.li>
oppi.li
5 months ago
85254751
829e0683
verified
This commit was signed with the committer's
known signature
.
oppi.li
SSH Key Fingerprint:
SHA256:yQs05DbrlPDC2pBXLxqOdLYEswq3oEBnHaJiBP7bOlM=
options
unified
split
Changed files
+14
.tangled
workflows
fmt.yml
+14
.tangled/workflows/fmt.yml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: ["main"]
4
4
+
5
5
+
dependencies:
6
6
+
nixpkgs:
7
7
+
- cargo
8
8
+
- rustc
9
9
+
- rustfmt
10
10
+
11
11
+
steps:
12
12
+
- name: "cargo fmt"
13
13
+
command: |
14
14
+
cargo fmt --all --check