tangled
alpha
login
or
join now
diegoenriquezserrano.dev
/
api.newslt.rs
0
fork
atom
WIP - ActixWeb multi-tenant blog and newsletter API server. Originally forked from LukeMathWalker/zero-to-production.
0
fork
atom
overview
issues
pulls
1
pipelines
Set default cargo version in format workflow
diegoenriquezserrano.dev
3 weeks ago
e5042e79
d3027188
1/1
format.yml
success
13s
+3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
format.yml
+3
.tangled/workflows/format.yml
···
19
19
- openssl
20
20
21
21
steps:
22
22
+
- name: Use current cargo version
23
23
+
command: |
24
24
+
rustup default stable
22
25
- name: Enforce formatting
23
26
command: |
24
27
cargo fmt --check