Skip to content

feat(socket): add script 2/3 #118

feat(socket): add script 2/3

feat(socket): add script 2/3 #118

Workflow file for this run

name: Spell Check Action βœ¨πŸ”€
on:
push:
pull_request:
jobs:
spell-check:
timeout-minutes: 5
name: Check Spelling πŸ“š
runs-on: ubuntu-latest
steps:
- name: Checkout Repository πŸ“‚
uses: actions/checkout@v4
- name: Run Spelling Check πŸ”Ž
uses: crate-ci/typos@master
with:
config: ./typos.toml