Skip to content

chore(deps): bump rustls from 0.21.9 to 0.21.11 #59

chore(deps): bump rustls from 0.21.9 to 0.21.11

chore(deps): bump rustls from 0.21.9 to 0.21.11 #59

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