Skip to content

try-chance/setup-typos

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-typos

Install crate-ci/typos and add it to PATH.

Note

This action was developed with assistance from OpenAI Codex.

jobs:
  typos-check:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v6

      - name: Setup typos
        uses: Noai-oss/setup-typos@v0.0.1

      - name: Run typos
        run: |
          typos .

Inputs

Name Default Description
version latest typos version to install. Accepts latest, 1.47.1, or v1.47.1.
github-token ${{ github.token }} Optional. Used to fetch the latest version without GitHub API rate limits. Actual downloads use public URLs.

Outputs

Name Description
version Resolved typos version.
path Full path to the installed executable.
dir Directory added to PATH.
cache-hit true when the executable was restored from the runner tool cache.

Supported Runners

The action follows the official typos release artifact names and supports:

OS Architectures
Linux x64, arm64
macOS x64, arm64
Windows x64

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors