Skip to content

table: add test with chart references #6

table: add test with chart references

table: add test with chart references #6

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