Skip to content

feat: add extra null case handlings for realtime messages #59

feat: add extra null case handlings for realtime messages

feat: add extra null case handlings for realtime messages #59

Workflow file for this run

on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
name: audit
jobs:
audit:
runs-on: ubuntu-22.04
name: audit
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Setup repo
uses: ./.github/actions/setup-repo
- name: cargo audit
run: cargo xtask audit