Skip to content

fix: explicit MIME type handling for clipboard instead of autodetect #82

fix: explicit MIME type handling for clipboard instead of autodetect

fix: explicit MIME type handling for clipboard instead of autodetect #82

Workflow file for this run

name: cargo-deny
on: [push, pull_request]
permissions:
contents: read
jobs:
deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo-deny
run: cargo install cargo-deny
- name: Run cargo deny
run: cargo deny check licenses