Skip to content

Publish book when release is published? #176

Publish book when release is published?

Publish book when release is published? #176

Workflow file for this run

name: Typos
on: [pull_request]
jobs:
run:
name: Spell check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master