Skip to content

chore: Update .release-please-manifest.json #8

chore: Update .release-please-manifest.json

chore: Update .release-please-manifest.json #8

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