Skip to content

Updated packages in lock file after local version of poetry updated. #3323

Updated packages in lock file after local version of poetry updated.

Updated packages in lock file after local version of poetry updated. #3323

Workflow file for this run

name: Checking for common typos
on:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
path: docs
ignore_words_file: .config/codespell-ignore