Skip to content

Update and resize screenshots on navigation #1694

Update and resize screenshots on navigation

Update and resize screenshots on navigation #1694

Workflow file for this run

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