RSDK-12226 — Update documentation and tutorials to deprecate GetImage (part 2) #4762
Workflow file for this run
This file contains hidden or 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 | |
| concurrency: | |
| group: pullrequest-untrusted-codespell-${{ github.event.number }} | |
| cancel-in-progress: true | |
| on: | |
| pull_request: | |
| types: [opened, synchronize] | |
| jobs: | |
| codespell: | |
| name: runner / codespell | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: codespell-project/actions-codespell@v2 | |
| with: | |
| ignore_words_file: .codespellignore | |
| path: docs |