Skip to content

Bump h2 from 0.3.24 to 0.3.26 #8

Bump h2 from 0.3.24 to 0.3.26

Bump h2 from 0.3.24 to 0.3.26 #8

Workflow file for this run

name: Backend Checks
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
job:
name: Job
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: clippy
- name: check
run: |
cargo clippy -- -D warnings