Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Bump webpki from 0.22.0 to 0.22.2 #81

Bump webpki from 0.22.0 to 0.22.2

Bump webpki from 0.22.0 to 0.22.2 #81

Workflow file for this run

name: Format
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
env:
CARGO_TERM_COLOR: always
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check formatting
run: cargo fmt -- --check