Skip to content

chore(deps): bump @sveltejs/kit from 2.57.1 to 2.60.1 #212

chore(deps): bump @sveltejs/kit from 2.57.1 to 2.60.1

chore(deps): bump @sveltejs/kit from 2.57.1 to 2.60.1 #212

Workflow file for this run

name: Check Spelling
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
permissions:
contents: read
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check spelling with codespell
uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
check_hidden: false