replicate-rust 0.0.5

An Unofficial Rust Client for Replicate.
Documentation
name: Tests

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3
    - name: Run tests
      run: cargo test --lib --verbose
    - name: Check if the README is up to date.
      run: |
        cargo install cargo-rdme
        cargo rdme --check