Skip to content

Bump openssl from 0.10.38 to 0.10.57 in /crates/robbb #1126

Bump openssl from 0.10.38 to 0.10.57 in /crates/robbb

Bump openssl from 0.10.38 to 0.10.57 in /crates/robbb #1126

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