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

Bump h2 from 0.3.24 to 0.3.26 #411

Bump h2 from 0.3.24 to 0.3.26

Bump h2 from 0.3.24 to 0.3.26 #411

Workflow file for this run

name: check
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v3
- name: "Cache"
uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
./target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: "Rust toolchain"
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: "Check"
run: cargo run --release -p kbcheck -- validate