Branch not needed.

This commit is contained in:
Nolan Darilek 2022-03-10 14:35:46 -06:00
parent b435c89239
commit fd9f5ae60a
1 changed files with 0 additions and 6 deletions

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 }}