novel-cli 0.17.0

A set of tools for downloading novels from the web, manipulating text, and generating EPUB
Documentation
name: Check

permissions:
  contents: read

on:
  push:
    branches:
      - "main"
    tags-ignore:
      - "**"
    paths-ignore:
      - "**.md"
  pull_request:
    branches:
      - "main"
    paths-ignore:
      - "**.md"

jobs:
  check:
    uses: TerakomariGandesblood/github-workflows/.github/workflows/rust-check.yml@main
    with:
      msrv: "1.88.0"
      run_doc_check: true