Skip to content

Bump openssl from 0.10.64 to 0.10.66 #578

Bump openssl from 0.10.64 to 0.10.66

Bump openssl from 0.10.64 to 0.10.66 #578

Workflow file for this run

name: Check Rust formatting
on:
pull_request:
branches: [ "main" ]
jobs:
check-rust-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt
override: true
- name: Check format
run: cargo fmt -- --check