fix: update data index documentation for consistency and clarity (#1456) #1709
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linters | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
linter: | |
name: Run Linters | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Markdown lint | |
uses: nosborn/[email protected] | |
with: | |
files: "./**/*.md" | |
config_file: .markdownlint.yaml | |
- name: Check typos | |
uses: crate-ci/typos@master | |
with: | |
config: .typos.toml |