tangled
alpha
login
or
join now
rocksky.app
/
rocksky
96
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
rocksky.app
spotify
atproto
lastfm
musicbrainz
scrobbling
listenbrainz
96
fork
atom
overview
issues
7
pulls
pipelines
ci: update ci workflow
tsiry-sandratraina.com
8 months ago
77bd1930
e30447d4
+3
-2
1 changed file
expand all
collapse all
unified
split
.github
workflows
ci.yml
+3
-2
.github/workflows/ci.yml
···
1
1
-
name: fmt and tests
1
1
+
name: ci
2
2
on:
3
3
push:
4
4
branches:
···
7
7
branches:
8
8
- main
9
9
jobs:
10
10
-
tests:
10
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
22
+
type cargo
22
23
cargo fmt --all --check