Skip to content

PCP-3113: CVE-2024-24790 Fix #107

PCP-3113: CVE-2024-24790 Fix

PCP-3113: CVE-2024-24790 Fix #107

Workflow file for this run

name: Codespell
on:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master
with:
skip: .git,_artifacts,*.sum
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: true