Skip to content
search

GitHub Action

codespell problem matcher

v1.2.0 Latest version

codespell problem matcher

search

codespell problem matcher

Shows codespell errors as annotation (with file and code line) in GitHub Actions

Installation

Copy and paste the following snippet into your .yml file.

              

- name: codespell problem matcher

uses: codespell-project/[email protected]

Learn more about this action in codespell-project/codespell-problem-matcher

Choose a version

codespell-problem-matcher

This problem matcher lets you show errors from codespell as annotation in GitHub Actions.

Based on korelstar's xmllint-problem-matcher.

Inputs

No inputs are required.

Outputs

No outputs are generated apart from a configured problem matcher.

Usage

Add the step to your workflow, before codespell is called.

    - uses: codespell-project/codespell-problem-matcher@v1