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

Branch not needed.

This commit is contained in:
Nolan Darilek 2022-03-10 14:35:46 -06:00
parent b435c89239
commit fd9f5ae60a

View File

@ -37,12 +37,6 @@ jobs:
with:
command: fmt
args: --all --check
if: ${{ runner.os == 'Linux' }}
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all --no-default-features --check
if: ${{ runner.os == 'Linux' }}
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}