alpha
Login
or
Join now
microcosm.blue
/
microcosm-rs
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix gha. again. hopefully.
author
phil
date
1 month ago
(May 6, 2026, 11:33 AM -0400)
commit
b63e0894
b63e0894623c6be6f281766a43fa0733e3bfd24a
parent
13d2f26a
13d2f26a4c19d264206f5f7e58a0d0c6ee355e41
+11
-9
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
checks.yml
+11
-9
.github/workflows/checks.yml
Reviewed
···
28
28
- name: get nightly toolchain for jetstream fmt
29
29
run: rustup toolchain install nightly --allow-downgrade -c rustfmt
30
30
- name: fmt
31
31
-
run: >-
32
32
-
cargo fmt
33
33
-
--package constellation
34
34
-
--package links
35
35
-
--package pocket
36
36
-
--package quasar
37
37
-
--package slingshot
38
38
-
--package spacedust
39
39
-
--package ufos
31
31
+
run: |
32
32
+
cargo fmt \
33
33
+
--package constellation \
34
34
+
--package links \
35
35
+
--package pocket \
36
36
+
--package quasar \
37
37
+
--package slingshot \
38
38
+
--package spacedust \
39
39
+
--package ufos \
40
40
+
-- \
41
41
+
--check
40
42
- name: fmt jetstream (nightly)
41
43
run: cargo +nightly fmt --package jetstream -- --check
42
44
- name: clippy