Skip to content

fix(footnote): add return link to last element of reference element #44

fix(footnote): add return link to last element of reference element

fix(footnote): add return link to last element of reference element #44

Workflow file for this run

name: Typos
permissions:
contents: read
on:
pull_request:
push:
branches: [ main ]
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run typos
uses: crate-ci/typos@v1.36.2
with:
config: ./typos.toml