Skip to content

table: add alt text options #7

table: add alt text options

table: add alt text options #7

Workflow file for this run

name: Spelling - test spelling with Typos crate
permissions:
contents: read
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CLICOLOR: 1
jobs:
spelling:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Spell Check Repo
uses: crate-ci/typos@v1.34.0