Skip to content

feat: Implement Replicated Local Key-Value Store with Node-Local Ownership #44

feat: Implement Replicated Local Key-Value Store with Node-Local Ownership

feat: Implement Replicated Local Key-Value Store with Node-Local Ownership #44

Workflow file for this run

name: Typos
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
typos:
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- name: Check spelling issues
uses: crate-ci/typos@master