derive_display 0.0.3

A convenient attribute to derive `Display` implementation from another trait implementation. Currently supports `ToTokens`.
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