Skip to content

fix: Add Update workflow and add examples #13

fix: Add Update workflow and add examples

fix: Add Update workflow and add examples #13

Workflow file for this run

name: cspell-action
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
files: |
**
.*/**
incremental_files_only: false