onoma 0.0.13

A fast, language-agnostic semantic symbol indexer and typo-resistant fuzzy finder, enabling real-time search across virtually unlimited code symbols without the need for language servers.
Documentation
name: Spellcheck

permissions:
  contents: read

on:
  push:
    branches:
      - main

  pull_request:

jobs:
  spellcheck:
    name: Run spell check
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v6
        with:
          persist-credentials: false

      - name: Run spellcheck
        uses: crate-ci/typos@v1.45.0