Skip to content

chore(deps): bump h2 from 0.3.22 to 0.3.26 #58

chore(deps): bump h2 from 0.3.22 to 0.3.26

chore(deps): bump h2 from 0.3.22 to 0.3.26 #58

Workflow file for this run

name: Spelling
permissions:
contents: read
on: [pull_request]
env:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
CLICOLOR: 1
jobs:
spelling:
name: spell check with typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v3
- name: Spell Check Repo
uses: crate-ci/typos@master