Skip to content

fix: drop websockets #131

fix: drop websockets

fix: drop websockets #131

Workflow file for this run

name: "cspell"
on:
pull_request:
push:
branches:
- main
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install cspell and Swedish dictionary
run: |
npm install -g cspell @cspell/dict-sv
cspell link add @cspell/dict-sv
- uses: streetsidesoftware/cspell-action@v7
with:
incremental_files_only: false
config: './cspell.json'
files: '**'