Skip to content

chore(deps): bump urllib3 from 2.5.0 to 2.6.3 #144

chore(deps): bump urllib3 from 2.5.0 to 2.6.3

chore(deps): bump urllib3 from 2.5.0 to 2.6.3 #144

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: '**'