Skip to content

chore(deps): bump openssl from 0.10.62 to 0.10.66 #174

chore(deps): bump openssl from 0.10.62 to 0.10.66

chore(deps): bump openssl from 0.10.62 to 0.10.66 #174

on:
pull_request:
push:
branches:
- main
name: clippy and fmt
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --check
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy -- -D warnings