Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] cSpell GitHub action doesn't always check files in a PR #4963

Closed
Tracked by #4083
chalin opened this issue Aug 5, 2024 · 0 comments · Fixed by #4965
Closed
Tracked by #4083

[CI] cSpell GitHub action doesn't always check files in a PR #4963

chalin opened this issue Aug 5, 2024 · 0 comments · Fixed by #4965
Labels
CI/infra CI & infrastructure

Comments

@chalin
Copy link
Contributor

chalin commented Aug 5, 2024

Originally posted by @chalin in #4956 (comment). The run log is from #4949.

@cartermp - good question. It seems that the GH action didn't find any files to check against (which is clearly a bug), https://github.com/open-telemetry/opentelemetry.io/actions/runs/10251105861/job/28358372032:

Run streetsidesoftware/cspell-action@v6
  with:
    files: content/en/*.md
  layouts/**/*.md
  data/**/*
  
    config: .cspell.yml
    incremental_files_only: true
    inline: warning
    treat_flagged_words_as_errors: false
    strict: true
    suggestions: false
    verbose: false
    check_dot_files: explicit
    use_cspell_files: false
cspell-action
Pull Request
Files checked: 0, Issues found: 0 in 0 files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/infra CI & infrastructure
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant