Skip to content

Bump webpki from 0.21.4 to 0.22.4 in /crates/robbb_db #1125

Bump webpki from 0.21.4 to 0.22.4 in /crates/robbb_db

Bump webpki from 0.21.4 to 0.22.4 in /crates/robbb_db #1125

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: clippy
jobs:
clippy:
runs-on: ubuntu-latest
if: github.event_name != 'push' || github.event.pull_request.head.repo.full_name != github.repository
steps:
- uses: actions/checkout@v2
- run: rustup component add clippy
- uses: Swatinem/rust-cache@v1
- run: cargo clippy -- -D warnings