mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 07:19:36 +00:00
Integrate Clippy.
This commit is contained in:
parent
3224cbdf5a
commit
d5f92565e5
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -25,6 +25,10 @@ jobs:
|
|||
with:
|
||||
command: check
|
||||
args: --all-features --examples
|
||||
- uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features
|
||||
|
||||
build_web:
|
||||
name: Build Web
|
||||
|
@ -42,3 +46,7 @@ jobs:
|
|||
with:
|
||||
command: check
|
||||
args: --all-features --examples --target wasm32-unknown-unknown
|
||||
- uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features --target wasm32-unknown-unknown
|
||||
|
|
Loading…
Reference in New Issue
Block a user