Skip to content

docs(readme): Fix links and typos (#145) #51

docs(readme): Fix links and typos (#145)

docs(readme): Fix links and typos (#145) #51

Workflow file for this run

name: Rust Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Fetch tags
run: |
git fetch --prune --tags ||:
- name: Install Rust
uses: actions-rs/toolchain@v1
- name: Cache Rust
uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: test
args: --locked