File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Rust
2
+
3
+ on :
4
+ push :
5
+ branches : [ main ]
6
+ pull_request :
7
+ branches : [ main ]
8
+
9
+ env :
10
+ CARGO_TERM_COLOR : always
11
+
12
+ jobs :
13
+ build :
14
+
15
+ runs-on : ubuntu-latest
16
+
17
+ steps :
18
+ - uses : actions/checkout@v2
19
+ - name : Build
20
+ run : cargo build --verbose
21
+ - name : Run tests
22
+ run : cargo test --verbose
Original file line number Diff line number Diff line change 1
1
# Podcast API Rust Library
2
2
3
+ [](https://github.com/ListenNotes/podcast-api-rust/actions/workflows/rust.yml)
4
+
5
+
3
6
The Podcast API Rust library provides convenient access to the [Listen Notes Podcast API](https://www.listennotes.com/api/) from
4
7
applications written in the Rust language.
5
8
You can’t perform that action at this time.
0 commit comments