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