Skip to content

chore: update readme for webrtc sdk status #200

chore: update readme for webrtc sdk status

chore: update readme for webrtc sdk status #200

Workflow file for this run

name: Typos
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
CARGO_TERM_COLOR: always
jobs:
typos:
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- name: Check spelling issues
uses: crate-ci/typos@v1.21.0