Skip to content

πŸ›β¬†οΈ Fix a few bugs & bump dependencies #43

πŸ›β¬†οΈ Fix a few bugs & bump dependencies

πŸ›β¬†οΈ Fix a few bugs & bump dependencies #43

Workflow file for this run

name: rust-clippy check
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
rust-clippy-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features