Skip to content

minor: inverse if so Err is on top #136

minor: inverse if so Err is on top

minor: inverse if so Err is on top #136

Workflow file for this run

name: clippy
on:
push:
branches:
- master
tags-ignore:
- v[0-9]+.*
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features