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: Build
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Clippy
run: cargo clippy --verbose
- name: Test
run: cargo test --verbose