Skip to content

Merge rust-bitcoin/rust-bitcoin.github.io#34: Various improvements of… #19

Merge rust-bitcoin/rust-bitcoin.github.io#34: Various improvements of…

Merge rust-bitcoin/rust-bitcoin.github.io#34: Various improvements of… #19

Workflow file for this run

name: Check Typos
on:
push:
branches:
- master
pull_request: {}
workflow_dispatch: null
jobs:
typos:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master