html-meta-scraper 0.3.0

Scrape and extract metadata like title, description, images, and favicon from HTML documents.
Documentation
name: Unit Test

on:
  push:
  pull_request:
  workflow_dispatch:
  schedule:
    - cron: "0 0 * * *"

jobs:
  notionrs:
    name: Unit Test
    runs-on: ubuntu-latest
    steps:
      - name: Clone Repository
        uses: actions/checkout@v4
        with:
          fetch-depth: 1

      - name: Set up cargo
        uses: actions-rust-lang/setup-rust-toolchain@v1

      - name: Run Unit Test
        run: cargo test