Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
0

Configure Feed

Select the types of activity you want to include in your feed.

fix gha. again. hopefully.

+11 -9
+11 -9
.github/workflows/checks.yml
··· 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 - run: >- 32 - cargo fmt 33 - --package constellation 34 - --package links 35 - --package pocket 36 - --package quasar 37 - --package slingshot 38 - --package spacedust 39 - --package ufos 31 + run: | 32 + cargo fmt \ 33 + --package constellation \ 34 + --package links \ 35 + --package pocket \ 36 + --package quasar \ 37 + --package slingshot \ 38 + --package spacedust \ 39 + --package ufos \ 40 + -- \ 41 + --check 40 42 - name: fmt jetstream (nightly) 41 43 run: cargo +nightly fmt --package jetstream -- --check 42 44 - name: clippy