Skip to content

Added 'Hash' and 'Default' traits to some of our public API types. #766

Added 'Hash' and 'Default' traits to some of our public API types.

Added 'Hash' and 'Default' traits to some of our public API types. #766

Workflow file for this run

name: "Check spelling"
on:
pull_request:
push:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
files: |
**/*.{rs,md,json}