setup tangled pipelines #1

merged
opened by tsiry-sandratraina.com targeting main from setup-tangled-ci
Changed files
+13
.tangled
workflows
+13
.tangled/workflows/fmt.yml
···
+
when:
+
- event: ["push", "pull_request"]
+
branch: ["main"]
+
+
dependencies:
+
nixpkgs:
+
- cargo
+
- rustc
+
+
steps:
+
- name: "cargo fmt"
+
command: |
+
cargo fmt --all --check