Skip to content

feat(refactor): add cors and separate websocket and http authentication logic #24

feat(refactor): add cors and separate websocket and http authentication logic

feat(refactor): add cors and separate websocket and http authentication logic #24

Workflow file for this run

name: Spell Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
spellcheck:
name: Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master