Add docs for V1 Data Engine
and Guaranteed Instance Manager CPU for V2 Data Engine
#83
Workflow file for this run
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: Codespell | |
on: | |
push: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
codespell: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 1 | |
- name: Check code spell | |
uses: codespell-project/actions-codespell@v1 | |
with: | |
check_filenames: true | |
ignore_words_file: .codespellignore |