mirror of
https://github.com/v0l/m3u8-rs.git
synced 2025-06-20 02:20:30 +00:00
Check cargo fmt
on CI
This commit is contained in:
5
.github/workflows/rust-windows.yml
vendored
5
.github/workflows/rust-windows.yml
vendored
@ -16,7 +16,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
|
|
||||||
|
- name: Run fmt
|
||||||
|
run: cargo fmt --all -- --check
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
@ -16,7 +16,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
|
|
||||||
|
- name: Run fmt
|
||||||
|
run: cargo fmt --all -- --check
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
Reference in New Issue
Block a user