Skip to content

Bump diesel from 1.4.3 to 1.4.8 #71

Bump diesel from 1.4.3 to 1.4.8

Bump diesel from 1.4.3 to 1.4.8 #71

name: clippy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
override: true
- name: Install dependencies
run: sudo apt-get install -y libsqlite3-dev
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features -- -D warnings
- name: Run clippy
run: cargo clippy --all-features -- -D warnings