rustify 0.7.0

A Rust library for interacting with HTTP API endpoints.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
on: [push, pull_request]

name: Typos

jobs:
  spelling:
    name: Check for typos
    runs-on: ubuntu-latest
    steps:
    - name: Checkout Actions Repository
      uses: actions/checkout@v2
    - name: Run spell check
      uses: crate-ci/typos@master