odebug 0.1.0

Simple and flexible debug logging utility that allows simple and practical logging to a text file especially during proc-macro compilation.
Documentation
name: 'Crate: PR'

on:
  pull_request:
    types: [ synchronize, opened, reopened ]
    branches:
      - 'main'

jobs:
  call_crate_cicd:
    uses: orgrinrt/cicd/.github/workflows/crate_ci.yml@main
    secrets:
      CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
      GH_RELEASE_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
    with:
      profile: 'minimal'
      toolchain: 'stable'
      override: true
      deploy_cratesio: false
      force_build: false
      force_tests: false
      force_deploy: false
      auto_bump: false