feat(ui): expose a method for checking whether a message contains only emojis and should be boosted (use a bigger font size) #411
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint dependencies (for licences, allowed sources, banned dependencies, vulnerabilities) | |
on: | |
pull_request: | |
paths: | |
- '**/Cargo.toml' | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
cargo-deny: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: EmbarkStudios/cargo-deny-action@v2 |