Skip to content

occams-rpc: Dump 0.2.1 #95

occams-rpc: Dump 0.2.1

occams-rpc: Dump 0.2.1 #95

Workflow file for this run

name: Typo checker
permissions:
contents: read
pull-requests: write
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-22.04
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v3
- name: Check spelling of the entire repository
uses: crate-ci/typos@v1.33.1