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

Configure Feed

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

fix the test runner os

let's not get too wild

phil 212ff2ee 3dfadffd

+2 -2
+2 -2
.github/workflows/checks.yml
··· 11 11 12 12 jobs: 13 13 test: 14 - runs-on: ubuntu-latest 14 + runs-on: ubuntu-24.04 15 15 steps: 16 16 - uses: actions/checkout@v4 17 17 - name: Build lib ··· 20 20 run: cargo test --verbose 21 21 22 22 style: 23 - runs-on: ubuntu-latest 23 + runs-on: ubuntu-24.04 24 24 steps: 25 25 - uses: actions/checkout@v4 26 26 - name: fmt