Skip to content

Add const fn options for case conversion #45

Add const fn options for case conversion

Add const fn options for case conversion #45

Workflow file for this run

name: Rust
on:
push:
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.gitignore'
branches:
- 'master'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.gitignore'
jobs:
check:
if: github.event.pull_request.draft == false
uses: DoumanAsh/douman-ci/.github/workflows/rust.yml@master
with:
cargo-features: "serde,ufmt-write"
cargo-no-features: true
valgrind: false
miri: true
miri_flags: "-Zmiri-strict-provenance"