spellkit 0.4.0

Cross-platform native spell checking for Rust (NSSpellChecker, Windows Spell Checker, Hunspell).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Deploy crates.io record

on:
  release:
    types: [published]

jobs:
  record:
    runs-on: ubuntu-latest
    environment:
      name: crates-io
      url: https://crates.io/crates/spellkit
    steps:
      - name: Record deployment
        run: echo "Deployment for ${{ github.event.release.tag_name }}"