Skip to content

fixed: firefox webrtc don't work with channel id 1000, switch back to… #12

fixed: firefox webrtc don't work with channel id 1000, switch back to…

fixed: firefox webrtc don't work with channel id 1000, switch back to… #12

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