1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 02:49:37 +00:00

Also disable default features for Linux when running Clippy.

This commit is contained in:
Nolan Darilek 2022-03-10 14:07:18 -06:00
parent f275e506df
commit 5c9c649505

View File

@ -40,6 +40,12 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
if: ${{ runner.os != 'Linux' }}
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --no-default-features
if: ${{ runner.os == 'Linux' }}
check_web:
name: Check Web