Skip to content

Remove Asar Handling :trolly: #3268

Remove Asar Handling :trolly:

Remove Asar Handling :trolly: #3268

Workflow file for this run

name: CSpell
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
permissions:
contents: read
jobs:
run-cspell:
name: Run CSpell
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
uses: ./.github/actions/install
- name: Run CSpell
run: pnpm run cspell:check