temp-dir-builder 0.1.0

Provides a convenient way to create a temporary directory containing files
Documentation
name: docs

on:
  push:
    branches:
      - main
  pull_request:

jobs:
  check:
    name: Check
    runs-on: ubuntu-latest
    permissions:
      contents: read
    steps:
      - name: Checkout the code
        uses: actions/checkout@v4
      - uses: dtolnay/rust-toolchain@stable
      - run: cargo install snipdoc        
      - run: snipdoc check