tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
tunein-cli
6
fork
atom
Browse and listen to thousands of radio stations across the globe right from your terminal ๐ ๐ป ๐ตโจ
radio
rust
tokio
web-radio
command-line-tool
tui
6
fork
atom
overview
issues
pulls
pipelines
ci: add cargo fmt workflow
tsiry-sandratraina.com
8 months ago
ac2ba5f5
40c0008a
1/1
fmt.yml
success
9s
+25
1 changed file
expand all
collapse all
unified
split
.github
workflows
fmt.yml
+25
.github/workflows/fmt.yml
reviewed
···
1
1
+
name: ci
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
+
fmt:
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
+
env:
21
21
+
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
22
+
- name: Run fmt
23
23
+
run: |
24
24
+
type cargo
25
25
+
cargo fmt --all --check