Skip to content

Merge pull request #62 from librespot-org/refactor/clippy-fixes #116

Merge pull request #62 from librespot-org/refactor/clippy-fixes

Merge pull request #62 from librespot-org/refactor/clippy-fixes #116

Workflow file for this run

name: rustfmt
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check formatting
run: cargo +stable fmt -- --check
- name: Check linting
run: cargo +stable clippy -- -Dwarnings