A decentralized music tracking and discovery platform built on AT Protocol 🎵 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz

ci: update ci workflow

+3 -2
+3 -2
.github/workflows/ci.yml
··· 1 - name: fmt and tests 1 + name: ci 2 2 on: 3 3 push: 4 4 branches: ··· 7 7 branches: 8 8 - main 9 9 jobs: 10 - tests: 10 + fmt: 11 11 runs-on: ubuntu-latest 12 12 steps: 13 13 - uses: actions/checkout@v2 ··· 19 19 args: setup 20 20 - name: Run fmt 21 21 run: | 22 + type cargo 22 23 cargo fmt --all --check