Skip to content

ci: Workflow Bot -- Update dependabot.yml (main) #14251

ci: Workflow Bot -- Update dependabot.yml (main)

ci: Workflow Bot -- Update dependabot.yml (main) #14251

Workflow file for this run

name: cspell-action
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node and Pnpm
uses: ./.github/actions/setup-node
- run: pnpm run prepare-cspell-action
- uses: streetsidesoftware/cspell-action@v6