Skip to content

feat(browser): add Quick Browse with isolated WebView2 profiles #26

feat(browser): add Quick Browse with isolated WebView2 profiles

feat(browser): add Quick Browse with isolated WebView2 profiles #26

Workflow file for this run

name: Codespell
on:
push:
tags:
- '*'
# push:
# branches:
# - master
# pull_request:
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
path: ./src
skip: "*.lua,*.ui"
ignore_words_list: "doubleclick,msdos,seh,bloc,fo,nd"