tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
ci: setup github actions
tsiry-sandratraina.com
8 months ago
7e910568
1f29f421
+22
1 changed file
expand all
collapse all
unified
split
.github
workflows
ci.yml
+22
.github/workflows/ci.yml
···
1
1
+
name: fmt
2
2
+
on:
3
3
+
push:
4
4
+
branches:
5
5
+
- main
6
6
+
pull_request:
7
7
+
branches:
8
8
+
- main
9
9
+
jobs:
10
10
+
tests:
11
11
+
runs-on: ubuntu-latest
12
12
+
steps:
13
13
+
- uses: actions/checkout@v2
14
14
+
- name: Setup Fluent CI
15
15
+
uses: fluentci-io/setup-fluentci@v5
16
16
+
with:
17
17
+
wasm: true
18
18
+
plugin: rust
19
19
+
args: setup
20
20
+
- name: Run fmt
21
21
+
run: |
22
22
+
cargo fmt --all --check