1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-23 18:58:19 +00:00

fix github actions syntax

This commit is contained in:
Luro02 2020-03-25 14:56:46 +01:00
parent cc48478b05
commit 24c5ad8199
No known key found for this signature in database
GPG key ID: B66FD4F74501A9CF

View file

@ -17,28 +17,28 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
components: rustfmt, clippy
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
components: rustfmt, clippy
- uses: actions-rs/cargo@v1
with:
command: build
args: --all-features
with:
command: build
args: --all-features
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
with:
command: test
args: --all-features
- uses: actions-rs/cargo@v1
with:
command: doc
args: --all-features
with:
command: doc
args: --all-features
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
with:
command: fmt
args: --all -- --check