Skip to content

Implement support for image emojis #1685

Implement support for image emojis

Implement support for image emojis #1685

Workflow file for this run

name: CI - Security Audit
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo generate-lockfile
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}